Html Css Color HEX #064CB5 Cobalt

📋 copy color: '#064CB5'

red 6 ◦ green 76 ◦ blue 181

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

Shades of Cobalt #064CB5

Tints of Cobalt #064CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 68.82%

R = 2.28%
G = 28.9%
B = 68.82%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#064CB5 (or 0x064CB5) is known color: Cobalt. HEX triplet: 06, 4C and B5. RGB value is (6,76,181). Sum of RGB (Red+Green+Blue) = 6+76+181=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 181 (71.09% from 255 or 68.82% from 263); Max value from RGB is 181 - color contains mainly: blue. Hex color #064CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CB5 is #F9B34A. Grayscale: #424242. Windows color (decimal): -16364363 or 11881478. OLE color: 11881478.

HSL color Cylindrical-coordinate representation of color #064CB5: hue angle of 216º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064CB5 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 76 181 -
CMYK 0.97 0.58 0 0.29
HSL 216º 0.94% 0.37% -
HSV(B) 216º 0.97% 0.71% -
XYZ 11 8.54 44.79 -
YUV 67.04 192.31 84.46 -
System Red Green Blue C M Y K H S L
Decimal 6 76 181 0.97 0.58 0 0.29 216 0.94 0.37
Hex 6 4C B5 61 3A 0 1D D8 5E 25
Octal 6 114 265 141 72 0 35 330 136 45
Binary 110 1001100 10110101 1100001 111010 0 11101 11011000 1011110 100101

Color Harmonies of #064CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CB5

Black with #064CB5

Text Example


Text Example

White with #064CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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