Html Css Color HEX #085077 Dark Cerulean

📋 copy color: '#085077'

red 8 ◦ green 80 ◦ blue 119

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

Shades of Dark Cerulean #085077

Tints of Dark Cerulean #085077

RGB

 RED value IS 8 (3.52% from 255) = 3.86%

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

 BLUE value IS 119 (46.88% from 255) = 57.49%

R = 3.86%
G = 38.65%
B = 57.49%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#085077 (or 0x085077) is known color: Dark Cerulean. HEX triplet: 08, 50 and 77. RGB value is (8,80,119). Sum of RGB (Red+Green+Blue) = 8+80+119=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #085077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085077 is #F7AF88. Grayscale: #3E3E3E. Windows color (decimal): -16232329 or 7819272. OLE color: 7819272.

HSL color Cylindrical-coordinate representation of color #085077: hue angle of 201.08º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085077 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 80 119 -
CMYK 0.93 0.33 0 0.53
HSL 201.08º 0.87% 0.25% -
HSV(B) 201.08º 0.93% 0.47% -
XYZ 6.3 7.12 18.5 -
YUV 62.92 159.65 88.83 -
System Red Green Blue C M Y K H S L
Decimal 8 80 119 0.93 0.33 0 0.53 201.08 0.87 0.25
Hex 8 50 77 5D 21 0 35 C9 57 19
Octal 10 120 167 135 41 0 65 311 127 31
Binary 1000 1010000 1110111 1011101 100001 0 110101 11001001 1010111 11001

Color Harmonies of #085077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085077

Black with #085077

Text Example


Text Example

White with #085077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085077; }

 p { color: rgb(8,80,119); }

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

background-color css

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

 a { background-color: rgb(8,80,119); }

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

border-color css

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

 span { border-color: rgb(8,80,119); }

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