Html Css Color HEX #064CC4 Cobalt

📋 copy color: '#064CC4'

red 6 ◦ green 76 ◦ blue 196

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

Shades of Cobalt #064CC4

Tints of Cobalt #064CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 70.5%

R = 2.16%
G = 27.34%
B = 70.5%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#064CC4 (or 0x064CC4) is known color: Cobalt. HEX triplet: 06, 4C and C4. RGB value is (6,76,196). Sum of RGB (Red+Green+Blue) = 6+76+196=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 196 (76.95% from 255 or 70.50% from 278); Max value from RGB is 196 - color contains mainly: blue. Hex color #064CC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CC4 is #F9B33B. Grayscale: #444444. Windows color (decimal): -16364348 or 12864518. OLE color: 12864518.

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

Color convert

RGB 6 76 196 -
CMYK 0.97 0.61 0 0.23
HSL 217.89º 0.94% 0.4% -
HSV(B) 217.89º 0.97% 0.77% -
XYZ 12.62 9.19 53.33 -
YUV 68.75 199.81 83.24 -
System Red Green Blue C M Y K H S L
Decimal 6 76 196 0.97 0.61 0 0.23 217.89 0.94 0.4
Hex 6 4C C4 61 3D 0 17 DA 5E 28
Octal 6 114 304 141 75 0 27 332 136 50
Binary 110 1001100 11000100 1100001 111101 0 10111 11011010 1011110 101000

Color Harmonies of #064CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CC4

Black with #064CC4

Text Example


Text Example

White with #064CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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