Html Css Color HEX #064FAC Cobalt

📋 copy color: '#064FAC'

red 6 ◦ green 79 ◦ blue 172

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

Shades of Cobalt #064FAC

Tints of Cobalt #064FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.74%

 BLUE value IS 172 (67.58% from 255) = 66.93%

R = 2.33%
G = 30.74%
B = 66.93%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#064FAC (or 0x064FAC) is known color: Cobalt. HEX triplet: 06, 4F and AC. RGB value is (6,79,172). Sum of RGB (Red+Green+Blue) = 6+79+172=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #064FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064FAC is #F9B053. Grayscale: #434343. Windows color (decimal): -16363604 or 11292422. OLE color: 11292422.

HSL color Cylindrical-coordinate representation of color #064FAC: hue angle of 213.61º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064FAC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 79 172 -
CMYK 0.97 0.54 0 0.33
HSL 213.61º 0.93% 0.35% -
HSV(B) 213.61º 0.97% 0.67% -
XYZ 10.32 8.61 40.15 -
YUV 67.78 186.82 83.94 -
System Red Green Blue C M Y K H S L
Decimal 6 79 172 0.97 0.54 0 0.33 213.61 0.93 0.35
Hex 6 4F AC 61 36 0 21 D6 5D 23
Octal 6 117 254 141 66 0 41 326 135 43
Binary 110 1001111 10101100 1100001 110110 0 100001 11010110 1011101 100011

Color Harmonies of #064FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064FAC

Black with #064FAC

Text Example


Text Example

White with #064FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064FAC; }

 p { color: rgb(6,79,172); }

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

background-color css

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

 a { background-color: rgb(6,79,172); }

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

border-color css

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

 span { border-color: rgb(6,79,172); }

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