Html Css Color HEX #064DC0 Cobalt

📋 copy color: '#064DC0'

red 6 ◦ green 77 ◦ blue 192

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

Shades of Cobalt #064DC0

Tints of Cobalt #064DC0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28%

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

R = 2.18%
G = 28%
B = 69.82%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#064DC0 (or 0x064DC0) is known color: Cobalt. HEX triplet: 06, 4D and C0. RGB value is (6,77,192). Sum of RGB (Red+Green+Blue) = 6+77+192=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 192 (75.39% from 255 or 69.82% from 275); Max value from RGB is 192 - color contains mainly: blue. Hex color #064DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DC0 is #F9B23F. Grayscale: #444444. Windows color (decimal): -16364096 or 12602630. OLE color: 12602630.

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

Color convert

RGB 6 77 192 -
CMYK 0.97 0.60 0 0.25
HSL 217.1º 0.94% 0.39% -
HSV(B) 217.1º 0.97% 0.75% -
XYZ 12.24 9.15 50.99 -
YUV 68.88 197.48 83.15 -
System Red Green Blue C M Y K H S L
Decimal 6 77 192 0.97 0.60 0 0.25 217.1 0.94 0.39
Hex 6 4D C0 61 3C 0 19 D9 5E 27
Octal 6 115 300 141 74 0 31 331 136 47
Binary 110 1001101 11000000 1100001 111100 0 11001 11011001 1011110 100111

Color Harmonies of #064DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DC0

Black with #064DC0

Text Example


Text Example

White with #064DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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