Html Css Color HEX #055E8B Dark Cerulean

📋 copy color: '#055E8B'

red 5 ◦ green 94 ◦ blue 139

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

Shades of Dark Cerulean #055E8B

Tints of Dark Cerulean #055E8B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.5%

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

R = 2.1%
G = 39.5%
B = 58.4%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#055E8B (or 0x055E8B) is known color: Dark Cerulean. HEX triplet: 05, 5E and 8B. RGB value is (5,94,139). Sum of RGB (Red+Green+Blue) = 5+94+139=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #055E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055E8B is #FAA174. Grayscale: #484848. Windows color (decimal): -16425333 or 9133573. OLE color: 9133573.

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

Color convert

RGB 5 94 139 -
CMYK 0.96 0.32 0 0.45
HSL 200.15º 0.93% 0.28% -
HSV(B) 200.15º 0.96% 0.55% -
XYZ 8.73 9.9 25.88 -
YUV 72.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 5 94 139 0.96 0.32 0 0.45 200.15 0.93 0.28
Hex 5 5E 8B 60 20 0 2D C8 5D 1C
Octal 5 136 213 140 40 0 55 310 135 34
Binary 101 1011110 10001011 1100000 100000 0 101101 11001000 1011101 11100

Color Harmonies of #055E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E8B

Black with #055E8B

Text Example


Text Example

White with #055E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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