Html Css Color HEX #085299 Cobalt

📋 copy color: '#085299'

red 8 ◦ green 82 ◦ blue 153

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

Shades of Cobalt #085299

Tints of Cobalt #085299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 153 (60.16% from 255) = 62.96%

R = 3.29%
G = 33.74%
B = 62.96%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#085299 (or 0x085299) is known color: Cobalt. HEX triplet: 08, 52 and 99. RGB value is (8,82,153). Sum of RGB (Red+Green+Blue) = 8+82+153=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #085299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085299 is #F7AD66. Grayscale: #434343. Windows color (decimal): -16231783 or 10048008. OLE color: 10048008.

HSL color Cylindrical-coordinate representation of color #085299: hue angle of 209.38º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085299 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 82 153 -
CMYK 0.95 0.46 0 0.4
HSL 209.38º 0.9% 0.32% -
HSV(B) 209.38º 0.95% 0.6% -
XYZ 8.87 8.39 31.29 -
YUV 67.97 175.98 85.23 -
System Red Green Blue C M Y K H S L
Decimal 8 82 153 0.95 0.46 0 0.4 209.38 0.9 0.32
Hex 8 52 99 5F 2E 0 28 D1 5A 20
Octal 10 122 231 137 56 0 50 321 132 40
Binary 1000 1010010 10011001 1011111 101110 0 101000 11010001 1011010 100000

Color Harmonies of #085299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085299

Black with #085299

Text Example


Text Example

White with #085299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085299; }

 p { color: rgb(8,82,153); }

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

background-color css

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

 a { background-color: rgb(8,82,153); }

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

border-color css

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

 span { border-color: rgb(8,82,153); }

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