#055E94

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

Shades of Dark Cerulean #055E94

Tints of Dark Cerulean #055E94

Color information

#055E94 (or 0x055E94) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5E and 94. RGB value is (5,94,148). Sum of RGB (Red+Green+Blue) = 5+94+148=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #055E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055E94 is #FAA16B. Grayscale: #494949. Windows color (decimal): -16425324 or 9723397. OLE color: 9723397.

HSL color Cylindrical-coordinate representation of color #055E94: hue angle of 202.66º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055E94 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB594148-
CMYK0.970.3600.42
HSL202.66º93.46%30%-
HSV(B)202.66º96.62%58.04%-
XYZ9.4110.1829.49-
YUV73.54170.0179.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 94 (37.11% from 255) = 38.06%
BLUE value IS 148 (58.20% from 255) = 59.92%
R=2.02%
G=38.06%
B=59.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5941480.970.3600.42202.6693.4630
Hex55E94612402Acb5d1e
Octal51362241414405231313536
Binary1011011110100101001100001100100010101011001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055E94; }

 p { color: rgb(5,94,148); }

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

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

 a { background-color: rgb(5,94,148); }

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

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

 span { border-color: rgb(5,94,148); }

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