#064CA1

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

Shades of Cobalt #064CA1

Tints of Cobalt #064CA1

Color information

#064CA1 (or 0x064CA1) is unknown color: approx Cobalt. HEX triplet: 06, 4C and A1. RGB value is (6,76,161). Sum of RGB (Red+Green+Blue) = 6+76+161=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 161 (63.28% from 255 or 66.26% from 243); Max value from RGB is 161 - color contains mainly: blue. Hex color #064CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064CA1 is #F9B35E. Grayscale: #404040. Windows color (decimal): -16364383 or 10570758. OLE color: 10570758.

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

Color convert

RGB676161-
CMYK0.960.5300.37
HSL212.9º92.81%32.75%-
HSV(B)212.9º96.27%63.14%-
XYZ9.097.7834.74-
YUV64.76182.3186.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 161 (63.28% from 255) = 66.26%
R=2.47%
G=31.28%
B=66.26%

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
Decimal6761610.960.5300.37212.992.8132.75
Hex64CA16035025d55d21
Octal61142411406504532513541
Binary11010011001010000111000001101010100101110101011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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