Html Css Color HEX #084599 Cobalt

📋 copy color: '#084599'

red 8 ◦ green 69 ◦ blue 153

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

Shades of Cobalt #084599

Tints of Cobalt #084599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

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

R = 3.48%
G = 30%
B = 66.52%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#084599 (or 0x084599) is known color: Cobalt. HEX triplet: 08, 45 and 99. RGB value is (8,69,153). Sum of RGB (Red+Green+Blue) = 8+69+153=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #084599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084599 is #F7BA66. Grayscale: #3B3B3B. Windows color (decimal): -16235111 or 10044680. OLE color: 10044680.

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

Color convert

RGB 8 69 153 -
CMYK 0.95 0.55 0 0.4
HSL 214.76º 0.9% 0.32% -
HSV(B) 214.76º 0.95% 0.6% -
XYZ 7.98 6.61 30.99 -
YUV 60.34 180.29 90.67 -
System Red Green Blue C M Y K H S L
Decimal 8 69 153 0.95 0.55 0 0.4 214.76 0.9 0.32
Hex 8 45 99 5F 37 0 28 D7 5A 20
Octal 10 105 231 137 67 0 50 327 132 40
Binary 1000 1000101 10011001 1011111 110111 0 101000 11010111 1011010 100000

Color Harmonies of #084599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084599

Black with #084599

Text Example


Text Example

White with #084599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084599; }

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

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

background-color css

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

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

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

border-color css

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

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

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