Html Css Color HEX #064EAD Cobalt

📋 copy color: '#064EAD'

red 6 ◦ green 78 ◦ blue 173

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

Shades of Cobalt #064EAD

Tints of Cobalt #064EAD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.35%

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

R = 2.33%
G = 30.35%
B = 67.32%

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

#064EAD (or 0x064EAD) is known color: Cobalt. HEX triplet: 06, 4E and AD. RGB value is (6,78,173). Sum of RGB (Red+Green+Blue) = 6+78+173=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #064EAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064EAD is #F9B152. Grayscale: #424242. Windows color (decimal): -16363859 or 11357702. OLE color: 11357702.

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

Color convert

RGB 6 78 173 -
CMYK 0.97 0.55 0 0.32
HSL 214.13º 0.93% 0.35% -
HSV(B) 214.13º 0.97% 0.68% -
XYZ 10.34 8.5 40.63 -
YUV 67.3 187.65 84.28 -
System Red Green Blue C M Y K H S L
Decimal 6 78 173 0.97 0.55 0 0.32 214.13 0.93 0.35
Hex 6 4E AD 61 37 0 20 D6 5D 23
Octal 6 116 255 141 67 0 40 326 135 43
Binary 110 1001110 10101101 1100001 110111 0 100000 11010110 1011101 100011

Color Harmonies of #064EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064EAD

Black with #064EAD

Text Example


Text Example

White with #064EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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