Html Css Color HEX #064796 Cobalt

📋 copy color: '#064796'

red 6 ◦ green 71 ◦ blue 150

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

Shades of Cobalt #064796

Tints of Cobalt #064796

RGB

 RED value IS 6 (2.73% from 255) = 2.64%

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

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

R = 2.64%
G = 31.28%
B = 66.08%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#064796 (or 0x064796) is known color: Cobalt. HEX triplet: 06, 47 and 96. RGB value is (6,71,150). Sum of RGB (Red+Green+Blue) = 6+71+150=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #064796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064796 is #F9B869. Grayscale: #3C3C3C. Windows color (decimal): -16365674 or 9848582. OLE color: 9848582.

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

Color convert

RGB 6 71 150 -
CMYK 0.96 0.53 0 0.41
HSL 212.92º 0.92% 0.31% -
HSV(B) 212.92º 0.96% 0.59% -
XYZ 7.83 6.75 29.74 -
YUV 60.57 178.47 89.08 -
System Red Green Blue C M Y K H S L
Decimal 6 71 150 0.96 0.53 0 0.41 212.92 0.92 0.31
Hex 6 47 96 60 35 0 29 D5 5C 1F
Octal 6 107 226 140 65 0 51 325 134 37
Binary 110 1000111 10010110 1100000 110101 0 101001 11010101 1011100 11111

Color Harmonies of #064796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064796

Black with #064796

Text Example


Text Example

White with #064796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064796; }

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

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

background-color css

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

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

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

border-color css

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

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

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