Html Css Color HEX #084997 Cobalt

📋 copy color: '#084997'

red 8 ◦ green 73 ◦ blue 151

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

Shades of Cobalt #084997

Tints of Cobalt #084997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

 BLUE value IS 151 (59.38% from 255) = 65.09%

R = 3.45%
G = 31.47%
B = 65.09%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#084997 (or 0x084997) is known color: Cobalt. HEX triplet: 08, 49 and 97. RGB value is (8,73,151). Sum of RGB (Red+Green+Blue) = 8+73+151=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #084997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084997 is #F7B668. Grayscale: #3E3E3E. Windows color (decimal): -16234089 or 9914632. OLE color: 9914632.

HSL color Cylindrical-coordinate representation of color #084997: hue angle of 212.73º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084997 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 73 151 -
CMYK 0.95 0.52 0 0.41
HSL 212.73º 0.9% 0.31% -
HSV(B) 212.73º 0.95% 0.59% -
XYZ 8.07 7.05 30.21 -
YUV 62.46 177.97 89.16 -
System Red Green Blue C M Y K H S L
Decimal 8 73 151 0.95 0.52 0 0.41 212.73 0.9 0.31
Hex 8 49 97 5F 34 0 29 D5 5A 1F
Octal 10 111 227 137 64 0 51 325 132 37
Binary 1000 1001001 10010111 1011111 110100 0 101001 11010101 1011010 11111

Color Harmonies of #084997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084997

Black with #084997

Text Example


Text Example

White with #084997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084997; }

 p { color: rgb(8,73,151); }

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

background-color css

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

 a { background-color: rgb(8,73,151); }

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

border-color css

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

 span { border-color: rgb(8,73,151); }

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