Html Css Color HEX #085099 Cobalt

📋 copy color: '#085099'

red 8 ◦ green 80 ◦ blue 153

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

Shades of Cobalt #085099

Tints of Cobalt #085099

RGB

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

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

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

R = 3.32%
G = 33.2%
B = 63.49%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#085099 (or 0x085099) is known color: Cobalt. HEX triplet: 08, 50 and 99. RGB value is (8,80,153). Sum of RGB (Red+Green+Blue) = 8+80+153=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #085099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085099 is #F7AF66. Grayscale: #424242. Windows color (decimal): -16232295 or 10047496. OLE color: 10047496.

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

Color convert

RGB 8 80 153 -
CMYK 0.95 0.48 0 0.4
HSL 210.21º 0.9% 0.32% -
HSV(B) 210.21º 0.95% 0.6% -
XYZ 8.72 8.09 31.24 -
YUV 66.79 176.65 86.06 -
System Red Green Blue C M Y K H S L
Decimal 8 80 153 0.95 0.48 0 0.4 210.21 0.9 0.32
Hex 8 50 99 5F 30 0 28 D2 5A 20
Octal 10 120 231 137 60 0 50 322 132 40
Binary 1000 1010000 10011001 1011111 110000 0 101000 11010010 1011010 100000

Color Harmonies of #085099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085099

Black with #085099

Text Example


Text Example

White with #085099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085099; }

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

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

background-color css

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

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

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

border-color css

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

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

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