Html Css Color HEX #064799 Cobalt

📋 copy color: '#064799'

red 6 ◦ green 71 ◦ blue 153

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

Shades of Cobalt #064799

Tints of Cobalt #064799

RGB

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

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

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

R = 2.61%
G = 30.87%
B = 66.52%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#064799 (or 0x064799) is known color: Cobalt. HEX triplet: 06, 47 and 99. RGB value is (6,71,153). Sum of RGB (Red+Green+Blue) = 6+71+153=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #064799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064799 is #F9B866. Grayscale: #3C3C3C. Windows color (decimal): -16365671 or 10045190. OLE color: 10045190.

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

Color convert

RGB 6 71 153 -
CMYK 0.96 0.54 0 0.4
HSL 213.47º 0.92% 0.31% -
HSV(B) 213.47º 0.96% 0.6% -
XYZ 8.08 6.85 31.03 -
YUV 60.91 179.97 88.83 -
System Red Green Blue C M Y K H S L
Decimal 6 71 153 0.96 0.54 0 0.4 213.47 0.92 0.31
Hex 6 47 99 60 36 0 28 D5 5C 1F
Octal 6 107 231 140 66 0 50 325 134 37
Binary 110 1000111 10011001 1100000 110110 0 101000 11010101 1011100 11111

Color Harmonies of #064799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064799

Black with #064799

Text Example


Text Example

White with #064799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064799; }

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

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

background-color css

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

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

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

border-color css

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

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

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