Html Css Color HEX #064CA0 Cobalt

📋 copy color: '#064CA0'

red 6 ◦ green 76 ◦ blue 160

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

Shades of Cobalt #064CA0

Tints of Cobalt #064CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 66.12%

R = 2.48%
G = 31.4%
B = 66.12%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#064CA0 (or 0x064CA0) is known color: Cobalt. HEX triplet: 06, 4C and A0. RGB value is (6,76,160). Sum of RGB (Red+Green+Blue) = 6+76+160=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 160 (62.89% from 255 or 66.12% from 242); Max value from RGB is 160 - color contains mainly: blue. Hex color #064CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064CA0 is #F9B35F. Grayscale: #404040. Windows color (decimal): -16364384 or 10505222. OLE color: 10505222.

HSL color Cylindrical-coordinate representation of color #064CA0: hue angle of 212.73º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064CA0 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 6 76 160 -
CMYK 0.96 0.52 0 0.37
HSL 212.73º 0.93% 0.33% -
HSV(B) 212.73º 0.96% 0.63% -
XYZ 9 7.75 34.28 -
YUV 64.65 181.81 86.17 -
System Red Green Blue C M Y K H S L
Decimal 6 76 160 0.96 0.52 0 0.37 212.73 0.93 0.33
Hex 6 4C A0 60 34 0 25 D5 5D 21
Octal 6 114 240 140 64 0 45 325 135 41
Binary 110 1001100 10100000 1100000 110100 0 100101 11010101 1011101 100001

Color Harmonies of #064CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CA0

Black with #064CA0

Text Example


Text Example

White with #064CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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