Html Css Color HEX #064AC5 Cobalt

📋 copy color: '#064AC5'

red 6 ◦ green 74 ◦ blue 197

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

Shades of Cobalt #064AC5

Tints of Cobalt #064AC5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.71%

 BLUE value IS 197 (77.34% from 255) = 71.12%

R = 2.17%
G = 26.71%
B = 71.12%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#064AC5 (or 0x064AC5) is known color: Cobalt. HEX triplet: 06, 4A and C5. RGB value is (6,74,197). Sum of RGB (Red+Green+Blue) = 6+74+197=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 197 (77.34% from 255 or 71.12% from 277); Max value from RGB is 197 - color contains mainly: blue. Hex color #064AC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064AC5 is #F9B53A. Grayscale: #434343. Windows color (decimal): -16364859 or 12929542. OLE color: 12929542.

HSL color Cylindrical-coordinate representation of color #064AC5: hue angle of 218.64º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064AC5 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 6 74 197 -
CMYK 0.97 0.62 0 0.23
HSL 218.64º 0.94% 0.4% -
HSV(B) 218.64º 0.97% 0.77% -
XYZ 12.6 8.97 53.89 -
YUV 67.69 200.97 84 -
System Red Green Blue C M Y K H S L
Decimal 6 74 197 0.97 0.62 0 0.23 218.64 0.94 0.4
Hex 6 4A C5 61 3E 0 17 DB 5E 28
Octal 6 112 305 141 76 0 27 333 136 50
Binary 110 1001010 11000101 1100001 111110 0 10111 11011011 1011110 101000

Color Harmonies of #064AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064AC5

Black with #064AC5

Text Example


Text Example

White with #064AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,74,197); }

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

background-color css

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

 a { background-color: rgb(6,74,197); }

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

border-color css

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

 span { border-color: rgb(6,74,197); }

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