Html Css Color HEX #064BC5 Cobalt

📋 copy color: '#064BC5'

red 6 ◦ green 75 ◦ blue 197

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

Shades of Cobalt #064BC5

Tints of Cobalt #064BC5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.98%

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

R = 2.16%
G = 26.98%
B = 70.86%

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

#064BC5 (or 0x064BC5) is known color: Cobalt. HEX triplet: 06, 4B and C5. RGB value is (6,75,197). Sum of RGB (Red+Green+Blue) = 6+75+197=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 197 (77.34% from 255 or 70.86% from 278); Max value from RGB is 197 - color contains mainly: blue. Hex color #064BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064BC5 is #F9B43A. Grayscale: #434343. Windows color (decimal): -16364603 or 12929798. OLE color: 12929798.

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

Color convert

RGB 6 75 197 -
CMYK 0.97 0.62 0 0.23
HSL 218.32º 0.94% 0.4% -
HSV(B) 218.32º 0.97% 0.77% -
XYZ 12.67 9.1 53.91 -
YUV 68.28 200.64 83.58 -
System Red Green Blue C M Y K H S L
Decimal 6 75 197 0.97 0.62 0 0.23 218.32 0.94 0.4
Hex 6 4B C5 61 3E 0 17 DA 5E 28
Octal 6 113 305 141 76 0 27 332 136 50
Binary 110 1001011 11000101 1100001 111110 0 10111 11011010 1011110 101000

Color Harmonies of #064BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064BC5

Black with #064BC5

Text Example


Text Example

White with #064BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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