Html Css Color HEX #084796 Cobalt

📋 copy color: '#084796'

red 8 ◦ green 71 ◦ blue 150

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

Shades of Cobalt #084796

Tints of Cobalt #084796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 150 (58.98% from 255) = 65.5%

R = 3.49%
G = 31%
B = 65.5%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#084796 (or 0x084796) is known color: Cobalt. HEX triplet: 08, 47 and 96. RGB value is (8,71,150). Sum of RGB (Red+Green+Blue) = 8+71+150=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #084796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084796 is #F7B869. Grayscale: #3C3C3C. Windows color (decimal): -16234602 or 9848584. OLE color: 9848584.

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

Color convert

RGB 8 71 150 -
CMYK 0.95 0.53 0 0.41
HSL 213.38º 0.9% 0.31% -
HSV(B) 213.38º 0.95% 0.59% -
XYZ 7.86 6.76 29.74 -
YUV 61.17 178.13 90.08 -
System Red Green Blue C M Y K H S L
Decimal 8 71 150 0.95 0.53 0 0.41 213.38 0.9 0.31
Hex 8 47 96 5F 35 0 29 D5 5A 1F
Octal 10 107 226 137 65 0 51 325 132 37
Binary 1000 1000111 10010110 1011111 110101 0 101001 11010101 1011010 11111

Color Harmonies of #084796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084796

Black with #084796

Text Example


Text Example

White with #084796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084796; }

 p { color: rgb(8,71,150); }

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

background-color css

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

 a { background-color: rgb(8,71,150); }

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

border-color css

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

 span { border-color: rgb(8,71,150); }

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