Html Css Color HEX #085795 Dark Cerulean

📋 copy color: '#085795'

red 8 ◦ green 87 ◦ blue 149

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

Shades of Dark Cerulean #085795

Tints of Dark Cerulean #085795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.66%

 BLUE value IS 149 (58.59% from 255) = 61.07%

R = 3.28%
G = 35.66%
B = 61.07%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#085795 (or 0x085795) is known color: Dark Cerulean. HEX triplet: 08, 57 and 95. RGB value is (8,87,149). Sum of RGB (Red+Green+Blue) = 8+87+149=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #085795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085795 is #F7A86A. Grayscale: #464646. Windows color (decimal): -16230507 or 9787144. OLE color: 9787144.

HSL color Cylindrical-coordinate representation of color #085795: hue angle of 206.38º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085795 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 87 149 -
CMYK 0.95 0.42 0 0.42
HSL 206.38º 0.9% 0.31% -
HSV(B) 206.38º 0.95% 0.58% -
XYZ 8.93 9.04 29.71 -
YUV 70.45 172.33 83.46 -
System Red Green Blue C M Y K H S L
Decimal 8 87 149 0.95 0.42 0 0.42 206.38 0.9 0.31
Hex 8 57 95 5F 2A 0 2A CE 5A 1F
Octal 10 127 225 137 52 0 52 316 132 37
Binary 1000 1010111 10010101 1011111 101010 0 101010 11001110 1011010 11111

Color Harmonies of #085795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085795

Black with #085795

Text Example


Text Example

White with #085795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085795; }

 p { color: rgb(8,87,149); }

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

background-color css

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

 a { background-color: rgb(8,87,149); }

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

border-color css

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

 span { border-color: rgb(8,87,149); }

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