Html Css Color HEX #064DAC Cobalt

📋 copy color: '#064DAC'

red 6 ◦ green 77 ◦ blue 172

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

Shades of Cobalt #064DAC

Tints of Cobalt #064DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

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

R = 2.35%
G = 30.2%
B = 67.45%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#064DAC (or 0x064DAC) is known color: Cobalt. HEX triplet: 06, 4D and AC. RGB value is (6,77,172). Sum of RGB (Red+Green+Blue) = 6+77+172=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #064DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064DAC is #F9B253. Grayscale: #424242. Windows color (decimal): -16364116 or 11291910. OLE color: 11291910.

HSL color Cylindrical-coordinate representation of color #064DAC: hue angle of 214.34º 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 #064DAC is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 77 172 -
CMYK 0.97 0.55 0 0.33
HSL 214.34º 0.93% 0.35% -
HSV(B) 214.34º 0.97% 0.67% -
XYZ 10.18 8.33 40.1 -
YUV 66.6 187.48 84.78 -
System Red Green Blue C M Y K H S L
Decimal 6 77 172 0.97 0.55 0 0.33 214.34 0.93 0.35
Hex 6 4D AC 61 37 0 21 D6 5D 23
Octal 6 115 254 141 67 0 41 326 135 43
Binary 110 1001101 10101100 1100001 110111 0 100001 11010110 1011101 100011

Color Harmonies of #064DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DAC

Black with #064DAC

Text Example


Text Example

White with #064DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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