Html Css Color HEX #055073 Dark Cerulean

📋 copy color: '#055073'

red 5 ◦ green 80 ◦ blue 115

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

Shades of Dark Cerulean #055073

Tints of Dark Cerulean #055073

RGB

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

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

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

R = 2.5%
G = 40%
B = 57.5%

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

#055073 (or 0x055073) is known color: Dark Cerulean. HEX triplet: 05, 50 and 73. RGB value is (5,80,115). Sum of RGB (Red+Green+Blue) = 5+80+115=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #055073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055073 is #FAAF8C. Grayscale: #3D3D3D. Windows color (decimal): -16428941 or 7557125. OLE color: 7557125.

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

Color convert

RGB 5 80 115 -
CMYK 0.96 0.30 0 0.55
HSL 199.09º 0.92% 0.24% -
HSV(B) 199.09º 0.96% 0.45% -
XYZ 6.03 7.01 17.25 -
YUV 61.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 5 80 115 0.96 0.30 0 0.55 199.09 0.92 0.24
Hex 5 50 73 60 1E 0 37 C7 5C 18
Octal 5 120 163 140 36 0 67 307 134 30
Binary 101 1010000 1110011 1100000 11110 0 110111 11000111 1011100 11000

Color Harmonies of #055073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055073

Black with #055073

Text Example


Text Example

White with #055073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055073; }

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

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

background-color css

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

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

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

border-color css

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

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

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