#114773

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

Shades of Dark Cerulean #114773

Tints of Dark Cerulean #114773

Color information

#114773 (or 0x114773) is unknown color: approx Dark Cerulean. HEX triplet: 11, 47 and 73. RGB value is (17,71,115). Sum of RGB (Red+Green+Blue) = 17+71+115=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #114773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114773 is #EEB88C. Grayscale: #3B3B3B. Windows color (decimal): -15644813 or 7554833. OLE color: 7554833.

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

Color convert

RGB1771115-
CMYK0.850.3800.55
HSL206.94º74.24%25.88%-
HSV(B)206.94º85.22%45.1%-
XYZ5.585.8617.06-
YUV59.87159.1197.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=8.37%
G=34.98%
B=56.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17711150.850.3800.55206.9474.2425.88
Hex1147735526037cf4a1a
Octal211071631254606731711232
Binary10001100011111100111010101100110011011111001111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114773; }

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

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

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

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

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

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

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

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