Html Css Color HEX #064AC0 Cobalt

📋 copy color: '#064AC0'

red 6 ◦ green 74 ◦ blue 192

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

Shades of Cobalt #064AC0

Tints of Cobalt #064AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 70.59%

R = 2.21%
G = 27.21%
B = 70.59%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#064AC0 (or 0x064AC0) is known color: Cobalt. HEX triplet: 06, 4A and C0. RGB value is (6,74,192). Sum of RGB (Red+Green+Blue) = 6+74+192=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 192 (75.39% from 255 or 70.59% from 272); Max value from RGB is 192 - color contains mainly: blue. Hex color #064AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064AC0 is #F9B53F. Grayscale: #424242. Windows color (decimal): -16364864 or 12601862. OLE color: 12601862.

HSL color Cylindrical-coordinate representation of color #064AC0: hue angle of 218.06º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064AC0 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 74 192 -
CMYK 0.97 0.61 0 0.25
HSL 218.06º 0.94% 0.39% -
HSV(B) 218.06º 0.97% 0.75% -
XYZ 12.04 8.74 50.92 -
YUV 67.12 198.47 84.41 -
System Red Green Blue C M Y K H S L
Decimal 6 74 192 0.97 0.61 0 0.25 218.06 0.94 0.39
Hex 6 4A C0 61 3D 0 19 DA 5E 27
Octal 6 112 300 141 75 0 31 332 136 47
Binary 110 1001010 11000000 1100001 111101 0 11001 11011010 1011110 100111

Color Harmonies of #064AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064AC0

Black with #064AC0

Text Example


Text Example

White with #064AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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