Html Css Color HEX #055A8C Dark Cerulean

📋 copy color: '#055A8C'

red 5 ◦ green 90 ◦ blue 140

#055A8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #055A8C

Tints of Dark Cerulean #055A8C

RGB

 RED value IS 5 (2.34% from 255) = 2.13%

 GREEN value IS 90 (35.55% from 255) = 38.3%

 BLUE value IS 140 (55.08% from 255) = 59.57%

R = 2.13%
G = 38.3%
B = 59.57%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#055A8C (or 0x055A8C) is known color: Dark Cerulean. HEX triplet: 05, 5A and 8C. RGB value is (5,90,140). Sum of RGB (Red+Green+Blue) = 5+90+140=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #055A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055A8C is #FAA573. Grayscale: #464646. Windows color (decimal): -16426356 or 9198085. OLE color: 9198085.

HSL color Cylindrical-coordinate representation of color #055A8C: hue angle of 202.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055A8C is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 90 140 -
CMYK 0.96 0.36 0 0.45
HSL 202.22º 0.93% 0.28% -
HSV(B) 202.22º 0.96% 0.55% -
XYZ 8.45 9.24 26.15 -
YUV 70.29 167.34 81.43 -
System Red Green Blue C M Y K H S L
Decimal 5 90 140 0.96 0.36 0 0.45 202.22 0.93 0.28
Hex 5 5A 8C 60 24 0 2D CA 5D 1C
Octal 5 132 214 140 44 0 55 312 135 34
Binary 101 1011010 10001100 1100000 100100 0 101101 11001010 1011101 11100

Color Harmonies of #055A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A8C

Black with #055A8C

Text Example


Text Example

White with #055A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #055A8C;
 }
 .AnyTagClassName
 {
   color: #055A8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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