Html Css Color HEX #055A8A Dark Cerulean

📋 copy color: '#055A8A'

red 5 ◦ green 90 ◦ blue 138

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

Shades of Dark Cerulean #055A8A

Tints of Dark Cerulean #055A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.23%

R = 2.15%
G = 38.63%
B = 59.23%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#055A8A (or 0x055A8A) is known color: Dark Cerulean. HEX triplet: 05, 5A and 8A. RGB value is (5,90,138). Sum of RGB (Red+Green+Blue) = 5+90+138=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #055A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055A8A is #FAA575. Grayscale: #454545. Windows color (decimal): -16426358 or 9067013. OLE color: 9067013.

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

Color convert

RGB 5 90 138 -
CMYK 0.96 0.35 0 0.46
HSL 201.65º 0.93% 0.28% -
HSV(B) 201.65º 0.96% 0.54% -
XYZ 8.31 9.18 25.38 -
YUV 70.06 166.34 81.6 -
System Red Green Blue C M Y K H S L
Decimal 5 90 138 0.96 0.35 0 0.46 201.65 0.93 0.28
Hex 5 5A 8A 60 23 0 2E CA 5D 1C
Octal 5 132 212 140 43 0 56 312 135 34
Binary 101 1011010 10001010 1100000 100011 0 101110 11001010 1011101 11100

Color Harmonies of #055A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A8A

Black with #055A8A

Text Example


Text Example

White with #055A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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