Html Css Color HEX #064795 Cobalt

📋 copy color: '#064795'

red 6 ◦ green 71 ◦ blue 149

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

Shades of Cobalt #064795

Tints of Cobalt #064795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.93%

R = 2.65%
G = 31.42%
B = 65.93%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#064795 (or 0x064795) is known color: Cobalt. HEX triplet: 06, 47 and 95. RGB value is (6,71,149). Sum of RGB (Red+Green+Blue) = 6+71+149=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #064795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064795 is #F9B86A. Grayscale: #3C3C3C. Windows color (decimal): -16365675 or 9783046. OLE color: 9783046.

HSL color Cylindrical-coordinate representation of color #064795: hue angle of 212.73º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064795 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 71 149 -
CMYK 0.96 0.52 0 0.42
HSL 212.73º 0.92% 0.3% -
HSV(B) 212.73º 0.96% 0.58% -
XYZ 7.75 6.72 29.32 -
YUV 60.46 177.97 89.16 -
System Red Green Blue C M Y K H S L
Decimal 6 71 149 0.96 0.52 0 0.42 212.73 0.92 0.3
Hex 6 47 95 60 34 0 2A D5 5C 1E
Octal 6 107 225 140 64 0 52 325 134 36
Binary 110 1000111 10010101 1100000 110100 0 101010 11010101 1011100 11110

Color Harmonies of #064795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064795

Black with #064795

Text Example


Text Example

White with #064795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064795; }

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

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

background-color css

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

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

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

border-color css

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

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

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