#055A94

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

Shades of Dark Cerulean #055A94

Tints of Dark Cerulean #055A94

Color information

#055A94 (or 0x055A94) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5A and 94. RGB value is (5,90,148). Sum of RGB (Red+Green+Blue) = 5+90+148=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #055A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055A94 is #FAA56B. Grayscale: #464646. Windows color (decimal): -16426348 or 9722373. OLE color: 9722373.

HSL color Cylindrical-coordinate representation of color #055A94: hue angle of 204.34º 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 #055A94 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB590148-
CMYK0.970.3900.42
HSL204.34º93.46%30%-
HSV(B)204.34º96.62%58.04%-
XYZ9.069.4829.37-
YUV71.2171.3480.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 148 (58.20% from 255) = 60.91%
R=2.06%
G=37.04%
B=60.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5901480.970.3900.42204.3493.4630
Hex55A94612702Acc5d1e
Octal51322241414705231413536
Binary1011011010100101001100001100111010101011001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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