Html Css Color HEX #055072 Dark Cerulean

📋 copy color: '#055072'

red 5 ◦ green 80 ◦ blue 114

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

Shades of Dark Cerulean #055072

Tints of Dark Cerulean #055072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 114 (44.92% from 255) = 57.29%

R = 2.51%
G = 40.2%
B = 57.29%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#055072 (or 0x055072) is known color: Dark Cerulean. HEX triplet: 05, 50 and 72. RGB value is (5,80,114). Sum of RGB (Red+Green+Blue) = 5+80+114=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #055072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055072 is #FAAF8D. Grayscale: #3D3D3D. Windows color (decimal): -16428942 or 7491589. OLE color: 7491589.

HSL color Cylindrical-coordinate representation of color #055072: hue angle of 198.72º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055072 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 80 114 -
CMYK 0.96 0.30 0 0.55
HSL 198.72º 0.92% 0.23% -
HSV(B) 198.72º 0.96% 0.45% -
XYZ 5.97 6.98 16.95 -
YUV 61.45 157.65 87.74 -
System Red Green Blue C M Y K H S L
Decimal 5 80 114 0.96 0.30 0 0.55 198.72 0.92 0.23
Hex 5 50 72 60 1E 0 37 C7 5C 17
Octal 5 120 162 140 36 0 67 307 134 27
Binary 101 1010000 1110010 1100000 11110 0 110111 11000111 1011100 10111

Color Harmonies of #055072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055072

Black with #055072

Text Example


Text Example

White with #055072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055072; }

 p { color: rgb(5,80,114); }

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

background-color css

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

 a { background-color: rgb(5,80,114); }

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

border-color css

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

 span { border-color: rgb(5,80,114); }

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