#114670

Color #114670 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #114670

Tints of Dark Cerulean #114670

Color information

#114670 (or 0x114670) is unknown color: approx Dark Cerulean. HEX triplet: 11, 46 and 70. RGB value is (17,70,112). Sum of RGB (Red+Green+Blue) = 17+70+112=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #114670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114670 is #EEB98F. Grayscale: #3A3A3A. Windows color (decimal): -15645072 or 7357969. OLE color: 7357969.

HSL color Cylindrical-coordinate representation of color #114670: hue angle of 206.53º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114670 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1770112-
CMYK0.850.3800.56
HSL206.53º73.64%25.29%-
HSV(B)206.53º84.82%43.92%-
XYZ5.355.6716.14-
YUV58.94157.9498.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=8.54%
G=35.18%
B=56.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17701120.850.3800.56206.5373.6425.29
Hex1146705526038cf4a19
Octal211061601254607031711231
Binary10001100011011100001010101100110011100011001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114670; }

 p { color: rgb(17,70,112); }

 H1.HeaderClassName
 {
   color: #114670;
 }
 .AnyTagClassName
 {
   color: #114670;
 }
</style>
background-color css

<style>
 a { background-color: #114670; }

 a { background-color: rgb(17,70,112); }

 div.DivClassName
 {
   background-color: #114670;
 }
 .BgClassName
 {
   background-color: #114670;
 }
</style>
border-color css

<style>
 span { border-color: #114670; }

 span { border-color: rgb(17,70,112); }

 td.TdClassName
 {
   border-color: #114670;
 }
 .TagClassName
 {
   border-color: #114670;
 }
</style>