#114473

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

Shades of Dark Cerulean #114473

Tints of Dark Cerulean #114473

Color information

#114473 (or 0x114473) is unknown color: approx Dark Cerulean. HEX triplet: 11, 44 and 73. RGB value is (17,68,115). Sum of RGB (Red+Green+Blue) = 17+68+115=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #114473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114473 is #EEBB8C. Grayscale: #393939. Windows color (decimal): -15645581 or 7554065. OLE color: 7554065.

HSL color Cylindrical-coordinate representation of color #114473: hue angle of 208.78º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114473 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1768115-
CMYK0.850.4100.55
HSL208.78º74.24%25.88%-
HSV(B)208.78º85.22%45.1%-
XYZ5.395.4917-
YUV58.11160.198.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.5%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 115 (45.31% from 255) = 57.5%
R=8.5%
G=34%
B=57.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17681150.850.4100.55208.7874.2425.88
Hex1144735529037d14a1a
Octal211041631255106732111232
Binary10001100010011100111010101101001011011111010001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114473; }

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

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

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

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

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

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

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

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