#114477

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

Shades of Dark Cerulean #114477

Tints of Dark Cerulean #114477

Color information

#114477 (or 0x114477) is unknown color: approx Dark Cerulean. HEX triplet: 11, 44 and 77. RGB value is (17,68,119). Sum of RGB (Red+Green+Blue) = 17+68+119=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #114477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114477 is #EEBB88. Grayscale: #3A3A3A. Windows color (decimal): -15645577 or 7816209. OLE color: 7816209.

HSL color Cylindrical-coordinate representation of color #114477: hue angle of 210º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114477 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1768119-
CMYK0.860.4300.53
HSL210º75%26.67%-
HSV(B)210º85.71%46.67%-
XYZ5.635.5918.23-
YUV58.56162.198.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=8.33%
G=33.33%
B=58.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17681190.860.4300.532107526.67
Hex114477562B035d24b1b
Octal211041671265306532211333
Binary10001100010011101111010110101011011010111010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114477; }

 p { color: rgb(17,68,119); }

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

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

 a { background-color: rgb(17,68,119); }

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

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

 span { border-color: rgb(17,68,119); }

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