Html Css Color HEX #085195 Dark Cerulean

📋 copy color: '#085195'

red 8 ◦ green 81 ◦ blue 149

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

Shades of Dark Cerulean #085195

Tints of Dark Cerulean #085195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.03%

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

R = 3.36%
G = 34.03%
B = 62.61%

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

#085195 (or 0x085195) is known color: Dark Cerulean. HEX triplet: 08, 51 and 95. RGB value is (8,81,149). Sum of RGB (Red+Green+Blue) = 8+81+149=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #085195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085195 is #F7AE6A. Grayscale: #424242. Windows color (decimal): -16232043 or 9785608. OLE color: 9785608.

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

Color convert

RGB 8 81 149 -
CMYK 0.95 0.46 0 0.42
HSL 208.94º 0.9% 0.31% -
HSV(B) 208.94º 0.95% 0.58% -
XYZ 8.47 8.11 29.55 -
YUV 66.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 8 81 149 0.95 0.46 0 0.42 208.94 0.9 0.31
Hex 8 51 95 5F 2E 0 2A D1 5A 1F
Octal 10 121 225 137 56 0 52 321 132 37
Binary 1000 1010001 10010101 1011111 101110 0 101010 11010001 1011010 11111

Color Harmonies of #085195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085195

Black with #085195

Text Example


Text Example

White with #085195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085195; }

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

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

background-color css

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

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

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

border-color css

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

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

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