Html Css Color HEX #055A8B Dark Cerulean

📋 copy color: '#055A8B'

red 5 ◦ green 90 ◦ blue 139

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

Shades of Dark Cerulean #055A8B

Tints of Dark Cerulean #055A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.4%

R = 2.14%
G = 38.46%
B = 59.4%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#055A8B (or 0x055A8B) is known color: Dark Cerulean. HEX triplet: 05, 5A and 8B. RGB value is (5,90,139). Sum of RGB (Red+Green+Blue) = 5+90+139=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #055A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055A8B is #FAA574. Grayscale: #454545. Windows color (decimal): -16426357 or 9132549. OLE color: 9132549.

HSL color Cylindrical-coordinate representation of color #055A8B: hue angle of 201.94º 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 #055A8B is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 90 139 -
CMYK 0.96 0.35 0 0.45
HSL 201.94º 0.93% 0.28% -
HSV(B) 201.94º 0.96% 0.55% -
XYZ 8.38 9.21 25.76 -
YUV 70.17 166.84 81.52 -
System Red Green Blue C M Y K H S L
Decimal 5 90 139 0.96 0.35 0 0.45 201.94 0.93 0.28
Hex 5 5A 8B 60 23 0 2D CA 5D 1C
Octal 5 132 213 140 43 0 55 312 135 34
Binary 101 1011010 10001011 1100000 100011 0 101101 11001010 1011101 11100

Color Harmonies of #055A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A8B

Black with #055A8B

Text Example


Text Example

White with #055A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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