#064CB2

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

Shades of Cobalt #064CB2

Tints of Cobalt #064CB2

Color information

#064CB2 (or 0x064CB2) is unknown color: approx Cobalt. HEX triplet: 06, 4C and B2. RGB value is (6,76,178). Sum of RGB (Red+Green+Blue) = 6+76+178=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 178 (69.92% from 255 or 68.46% from 260); Max value from RGB is 178 - color contains mainly: blue. Hex color #064CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064CB2 is #F9B34D. Grayscale: #424242. Windows color (decimal): -16364366 or 11684870. OLE color: 11684870.

HSL color Cylindrical-coordinate representation of color #064CB2: hue angle of 215.58º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064CB2 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB676178-
CMYK0.970.5700.30
HSL215.58º93.48%36.08%-
HSV(B)215.58º96.63%69.8%-
XYZ10.78.4243.18-
YUV66.7190.8184.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.31%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 178 (69.92% from 255) = 68.46%
R=2.31%
G=29.23%
B=68.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6761780.970.5700.30215.5893.4836.08
Hex64CB2613901Ed85d24
Octal61142621417103633013544
Binary1101001100101100101100001111001011110110110001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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