Html Css Color HEX #055173 Dark Cerulean

📋 copy color: '#055173'

red 5 ◦ green 81 ◦ blue 115

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

Shades of Dark Cerulean #055173

Tints of Dark Cerulean #055173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.21%

R = 2.49%
G = 40.3%
B = 57.21%

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

#055173 (or 0x055173) is known color: Dark Cerulean. HEX triplet: 05, 51 and 73. RGB value is (5,81,115). Sum of RGB (Red+Green+Blue) = 5+81+115=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #055173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055173 is #FAAE8C. Grayscale: #3D3D3D. Windows color (decimal): -16428685 or 7557381. OLE color: 7557381.

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

Color convert

RGB 5 81 115 -
CMYK 0.96 0.30 0 0.55
HSL 198.55º 0.92% 0.24% -
HSV(B) 198.55º 0.96% 0.45% -
XYZ 6.1 7.15 17.28 -
YUV 62.15 157.82 87.24 -
System Red Green Blue C M Y K H S L
Decimal 5 81 115 0.96 0.30 0 0.55 198.55 0.92 0.24
Hex 5 51 73 60 1E 0 37 C7 5C 18
Octal 5 121 163 140 36 0 67 307 134 30
Binary 101 1010001 1110011 1100000 11110 0 110111 11000111 1011100 11000

Color Harmonies of #055173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055173

Black with #055173

Text Example


Text Example

White with #055173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055173; }

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

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

background-color css

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

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

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

border-color css

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

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

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