Html Css Color HEX #084697 Cobalt

📋 copy color: '#084697'

red 8 ◦ green 70 ◦ blue 151

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

Shades of Cobalt #084697

Tints of Cobalt #084697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

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

R = 3.49%
G = 30.57%
B = 65.94%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#084697 (or 0x084697) is known color: Cobalt. HEX triplet: 08, 46 and 97. RGB value is (8,70,151). Sum of RGB (Red+Green+Blue) = 8+70+151=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #084697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084697 is #F7B968. Grayscale: #3C3C3C. Windows color (decimal): -16234857 or 9913864. OLE color: 9913864.

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

Color convert

RGB 8 70 151 -
CMYK 0.95 0.54 0 0.41
HSL 213.99º 0.9% 0.31% -
HSV(B) 213.99º 0.95% 0.59% -
XYZ 7.88 6.67 30.15 -
YUV 60.7 178.96 90.41 -
System Red Green Blue C M Y K H S L
Decimal 8 70 151 0.95 0.54 0 0.41 213.99 0.9 0.31
Hex 8 46 97 5F 36 0 29 D6 5A 1F
Octal 10 106 227 137 66 0 51 326 132 37
Binary 1000 1000110 10010111 1011111 110110 0 101001 11010110 1011010 11111

Color Harmonies of #084697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084697

Black with #084697

Text Example


Text Example

White with #084697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084697; }

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

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

background-color css

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

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

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

border-color css

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

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

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