Html Css Color HEX #085070 Dark Cerulean

📋 copy color: '#085070'

red 8 ◦ green 80 ◦ blue 112

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

Shades of Dark Cerulean #085070

Tints of Dark Cerulean #085070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56%

R = 4%
G = 40%
B = 56%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085070 (or 0x085070) is known color: Dark Cerulean. HEX triplet: 08, 50 and 70. RGB value is (8,80,112). Sum of RGB (Red+Green+Blue) = 8+80+112=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #085070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085070 is #F7AF8F. Grayscale: #3D3D3D. Windows color (decimal): -16232336 or 7360520. OLE color: 7360520.

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

Color convert

RGB 8 80 112 -
CMYK 0.93 0.29 0 0.56
HSL 198.46º 0.87% 0.24% -
HSV(B) 198.46º 0.93% 0.44% -
XYZ 5.89 6.96 16.36 -
YUV 62.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 8 80 112 0.93 0.29 0 0.56 198.46 0.87 0.24
Hex 8 50 70 5D 1D 0 38 C6 57 18
Octal 10 120 160 135 35 0 70 306 127 30
Binary 1000 1010000 1110000 1011101 11101 0 111000 11000110 1010111 11000

Color Harmonies of #085070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085070

Black with #085070

Text Example


Text Example

White with #085070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085070; }

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

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

background-color css

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

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

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

border-color css

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

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

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