#064BA1

Color #064BA1 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #064BA1

Tints of Cobalt #064BA1

Color information

#064BA1 (or 0x064BA1) is unknown color: approx Cobalt. HEX triplet: 06, 4B and A1. RGB value is (6,75,161). Sum of RGB (Red+Green+Blue) = 6+75+161=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #064BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064BA1 is #F9B45E. Grayscale: #3F3F3F. Windows color (decimal): -16364639 or 10570502. OLE color: 10570502.

HSL color Cylindrical-coordinate representation of color #064BA1: hue angle of 213.29º 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 #064BA1 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB675161-
CMYK0.960.5300.37
HSL213.29º92.81%32.75%-
HSV(B)213.29º96.27%63.14%-
XYZ9.027.6434.72-
YUV64.17182.6486.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 161 (63.28% from 255) = 66.53%
R=2.48%
G=30.99%
B=66.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6751610.960.5300.37213.2992.8132.75
Hex64BA16035025d55d21
Octal61132411406504532513541
Binary11010010111010000111000001101010100101110101011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #064BA1;
 }
 .AnyTagClassName
 {
   color: #064BA1;
 }
</style>
background-color css

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

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

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

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

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

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