Html Css Color HEX #064CAF Cobalt

📋 copy color: '#064CAF'

red 6 ◦ green 76 ◦ blue 175

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

Shades of Cobalt #064CAF

Tints of Cobalt #064CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.57%

 BLUE value IS 175 (68.75% from 255) = 68.09%

R = 2.33%
G = 29.57%
B = 68.09%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#064CAF (or 0x064CAF) is known color: Cobalt. HEX triplet: 06, 4C and AF. RGB value is (6,76,175). Sum of RGB (Red+Green+Blue) = 6+76+175=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #064CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064CAF is #F9B350. Grayscale: #414141. Windows color (decimal): -16364369 or 11488262. OLE color: 11488262.

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

Color convert

RGB 6 76 175 -
CMYK 0.97 0.57 0 0.31
HSL 215.15º 0.93% 0.35% -
HSV(B) 215.15º 0.97% 0.69% -
XYZ 10.4 8.3 41.61 -
YUV 66.36 189.31 84.95 -
System Red Green Blue C M Y K H S L
Decimal 6 76 175 0.97 0.57 0 0.31 215.15 0.93 0.35
Hex 6 4C AF 61 39 0 1F D7 5D 23
Octal 6 114 257 141 71 0 37 327 135 43
Binary 110 1001100 10101111 1100001 111001 0 11111 11010111 1011101 100011

Color Harmonies of #064CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CAF

Black with #064CAF

Text Example


Text Example

White with #064CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,76,175); }

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

background-color css

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

 a { background-color: rgb(6,76,175); }

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

border-color css

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

 span { border-color: rgb(6,76,175); }

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