Html Css Color HEX #055076 Dark Cerulean

📋 copy color: '#055076'

red 5 ◦ green 80 ◦ blue 118

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

Shades of Dark Cerulean #055076

Tints of Dark Cerulean #055076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 2.46%
G = 39.41%
B = 58.13%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#055076 (or 0x055076) is known color: Dark Cerulean. HEX triplet: 05, 50 and 76. RGB value is (5,80,118). Sum of RGB (Red+Green+Blue) = 5+80+118=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #055076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055076 is #FAAF89. Grayscale: #3D3D3D. Windows color (decimal): -16428938 or 7753733. OLE color: 7753733.

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

Color convert

RGB 5 80 118 -
CMYK 0.96 0.32 0 0.54
HSL 200.18º 0.92% 0.24% -
HSV(B) 200.18º 0.96% 0.46% -
XYZ 6.2 7.08 18.18 -
YUV 61.91 159.65 87.41 -
System Red Green Blue C M Y K H S L
Decimal 5 80 118 0.96 0.32 0 0.54 200.18 0.92 0.24
Hex 5 50 76 60 20 0 36 C8 5C 18
Octal 5 120 166 140 40 0 66 310 134 30
Binary 101 1010000 1110110 1100000 100000 0 110110 11001000 1011100 11000

Color Harmonies of #055076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055076

Black with #055076

Text Example


Text Example

White with #055076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055076; }

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

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

background-color css

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

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

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

border-color css

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

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

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