Html Css Color HEX #055172 Dark Cerulean

📋 copy color: '#055172'

red 5 ◦ green 81 ◦ blue 114

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

Shades of Dark Cerulean #055172

Tints of Dark Cerulean #055172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.5%

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

R = 2.5%
G = 40.5%
B = 57%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#055172 (or 0x055172) is known color: Dark Cerulean. HEX triplet: 05, 51 and 72. RGB value is (5,81,114). Sum of RGB (Red+Green+Blue) = 5+81+114=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #055172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055172 is #FAAE8D. Grayscale: #3D3D3D. Windows color (decimal): -16428686 or 7491845. OLE color: 7491845.

HSL color Cylindrical-coordinate representation of color #055172: hue angle of 198.17º 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 #055172 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 81 114 -
CMYK 0.96 0.29 0 0.55
HSL 198.17º 0.92% 0.23% -
HSV(B) 198.17º 0.96% 0.45% -
XYZ 6.04 7.13 16.98 -
YUV 62.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 5 81 114 0.96 0.29 0 0.55 198.17 0.92 0.23
Hex 5 51 72 60 1D 0 37 C6 5C 17
Octal 5 121 162 140 35 0 67 306 134 27
Binary 101 1010001 1110010 1100000 11101 0 110111 11000110 1011100 10111

Color Harmonies of #055172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055172

Black with #055172

Text Example


Text Example

White with #055172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055172; }

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

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

background-color css

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

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

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

border-color css

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

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

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