Html Css Color HEX #085095 Dark Cerulean

📋 copy color: '#085095'

red 8 ◦ green 80 ◦ blue 149

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

Shades of Dark Cerulean #085095

Tints of Dark Cerulean #085095

RGB

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

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

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

R = 3.38%
G = 33.76%
B = 62.87%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#085095 (or 0x085095) is known color: Dark Cerulean. HEX triplet: 08, 50 and 95. RGB value is (8,80,149). Sum of RGB (Red+Green+Blue) = 8+80+149=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #085095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085095 is #F7AF6A. Grayscale: #414141. Windows color (decimal): -16232299 or 9785352. OLE color: 9785352.

HSL color Cylindrical-coordinate representation of color #085095: hue angle of 209.36º 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 #085095 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 80 149 -
CMYK 0.95 0.46 0 0.42
HSL 209.36º 0.9% 0.31% -
HSV(B) 209.36º 0.95% 0.58% -
XYZ 8.39 7.96 29.53 -
YUV 66.34 174.65 86.39 -
System Red Green Blue C M Y K H S L
Decimal 8 80 149 0.95 0.46 0 0.42 209.36 0.9 0.31
Hex 8 50 95 5F 2E 0 2A D1 5A 1F
Octal 10 120 225 137 56 0 52 321 132 37
Binary 1000 1010000 10010101 1011111 101110 0 101010 11010001 1011010 11111

Color Harmonies of #085095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085095

Black with #085095

Text Example


Text Example

White with #085095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085095; }

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

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

background-color css

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

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

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

border-color css

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

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

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