Html Css Color HEX #064DAD Cobalt

📋 copy color: '#064DAD'

red 6 ◦ green 77 ◦ blue 173

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

Shades of Cobalt #064DAD

Tints of Cobalt #064DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 2.34%
G = 30.08%
B = 67.58%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#064DAD (or 0x064DAD) is known color: Cobalt. HEX triplet: 06, 4D and AD. RGB value is (6,77,173). Sum of RGB (Red+Green+Blue) = 6+77+173=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #064DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064DAD is #F9B252. Grayscale: #424242. Windows color (decimal): -16364115 or 11357446. OLE color: 11357446.

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

Color convert

RGB 6 77 173 -
CMYK 0.97 0.55 0 0.32
HSL 214.49º 0.93% 0.35% -
HSV(B) 214.49º 0.97% 0.68% -
XYZ 10.27 8.36 40.61 -
YUV 66.72 187.98 84.69 -
System Red Green Blue C M Y K H S L
Decimal 6 77 173 0.97 0.55 0 0.32 214.49 0.93 0.35
Hex 6 4D AD 61 37 0 20 D6 5D 23
Octal 6 115 255 141 67 0 40 326 135 43
Binary 110 1001101 10101101 1100001 110111 0 100000 11010110 1011101 100011

Color Harmonies of #064DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DAD

Black with #064DAD

Text Example


Text Example

White with #064DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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