Html Css Color HEX #085072 Dark Cerulean

📋 copy color: '#085072'

red 8 ◦ green 80 ◦ blue 114

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

Shades of Dark Cerulean #085072

Tints of Dark Cerulean #085072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.44%

R = 3.96%
G = 39.6%
B = 56.44%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085072 (or 0x085072) is known color: Dark Cerulean. HEX triplet: 08, 50 and 72. RGB value is (8,80,114). Sum of RGB (Red+Green+Blue) = 8+80+114=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #085072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085072 is #F7AF8D. Grayscale: #3E3E3E. Windows color (decimal): -16232334 or 7491592. OLE color: 7491592.

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

Color convert

RGB 8 80 114 -
CMYK 0.93 0.30 0 0.55
HSL 199.25º 0.87% 0.24% -
HSV(B) 199.25º 0.93% 0.45% -
XYZ 6.01 7 16.95 -
YUV 62.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 8 80 114 0.93 0.30 0 0.55 199.25 0.87 0.24
Hex 8 50 72 5D 1E 0 37 C7 57 18
Octal 10 120 162 135 36 0 67 307 127 30
Binary 1000 1010000 1110010 1011101 11110 0 110111 11000111 1010111 11000

Color Harmonies of #085072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085072

Black with #085072

Text Example


Text Example

White with #085072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085072; }

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

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

background-color css

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

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

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

border-color css

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

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

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