Html Css Color HEX #084F99 Cobalt

📋 copy color: '#084F99'

red 8 ◦ green 79 ◦ blue 153

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

Shades of Cobalt #084F99

Tints of Cobalt #084F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.92%

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

R = 3.33%
G = 32.92%
B = 63.75%

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

#084F99 (or 0x084F99) is known color: Cobalt. HEX triplet: 08, 4F and 99. RGB value is (8,79,153). Sum of RGB (Red+Green+Blue) = 8+79+153=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #084F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084F99 is #F7B066. Grayscale: #414141. Windows color (decimal): -16232551 or 10047240. OLE color: 10047240.

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

Color convert

RGB 8 79 153 -
CMYK 0.95 0.48 0 0.4
HSL 210.62º 0.9% 0.32% -
HSV(B) 210.62º 0.95% 0.6% -
XYZ 8.65 7.94 31.21 -
YUV 66.21 176.98 86.48 -
System Red Green Blue C M Y K H S L
Decimal 8 79 153 0.95 0.48 0 0.4 210.62 0.9 0.32
Hex 8 4F 99 5F 30 0 28 D3 5A 20
Octal 10 117 231 137 60 0 50 323 132 40
Binary 1000 1001111 10011001 1011111 110000 0 101000 11010011 1011010 100000

Color Harmonies of #084F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F99

Black with #084F99

Text Example


Text Example

White with #084F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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