#114370

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

Shades of Dark Cerulean #114370

Tints of Dark Cerulean #114370

Color information

#114370 (or 0x114370) is unknown color: approx Dark Cerulean. HEX triplet: 11, 43 and 70. RGB value is (17,67,112). Sum of RGB (Red+Green+Blue) = 17+67+112=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #114370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114370 is #EEBC8F. Grayscale: #383838. Windows color (decimal): -15645840 or 7357201. OLE color: 7357201.

HSL color Cylindrical-coordinate representation of color #114370: hue angle of 208.42º 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 #114370 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1767112-
CMYK0.850.4000.56
HSL208.42º73.64%25.29%-
HSV(B)208.42º84.82%43.92%-
XYZ5.165.316.08-
YUV57.18158.9499.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=8.67%
G=34.18%
B=57.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17671120.850.4000.56208.4273.6425.29
Hex1143705528038d04a19
Octal211031601255007032011231
Binary10001100001111100001010101101000011100011010000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114370; }

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

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

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

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

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

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

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

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