Html Css Color HEX #055071 Dark Cerulean

📋 copy color: '#055071'

red 5 ◦ green 80 ◦ blue 113

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

Shades of Dark Cerulean #055071

Tints of Dark Cerulean #055071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.07%

R = 2.53%
G = 40.4%
B = 57.07%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#055071 (or 0x055071) is known color: Dark Cerulean. HEX triplet: 05, 50 and 71. RGB value is (5,80,113). Sum of RGB (Red+Green+Blue) = 5+80+113=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #055071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055071 is #FAAF8E. Grayscale: #3D3D3D. Windows color (decimal): -16428943 or 7426053. OLE color: 7426053.

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

Color convert

RGB 5 80 113 -
CMYK 0.96 0.29 0 0.56
HSL 198.33º 0.92% 0.23% -
HSV(B) 198.33º 0.96% 0.44% -
XYZ 5.91 6.96 16.65 -
YUV 61.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 5 80 113 0.96 0.29 0 0.56 198.33 0.92 0.23
Hex 5 50 71 60 1D 0 38 C6 5C 17
Octal 5 120 161 140 35 0 70 306 134 27
Binary 101 1010000 1110001 1100000 11101 0 111000 11000110 1011100 10111

Color Harmonies of #055071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055071

Black with #055071

Text Example


Text Example

White with #055071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055071; }

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

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

background-color css

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

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

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

border-color css

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

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

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