#064AA5

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

Shades of Cobalt #064AA5

Tints of Cobalt #064AA5

Color information

#064AA5 (or 0x064AA5) is unknown color: approx Cobalt. HEX triplet: 06, 4A and A5. RGB value is (6,74,165). Sum of RGB (Red+Green+Blue) = 6+74+165=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 165 (64.84% from 255 or 67.35% from 245); Max value from RGB is 165 - color contains mainly: blue. Hex color #064AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064AA5 is #F9B55A. Grayscale: #3F3F3F. Windows color (decimal): -16364891 or 10832390. OLE color: 10832390.

HSL color Cylindrical-coordinate representation of color #064AA5: hue angle of 214.34º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064AA5 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB674165-
CMYK0.960.5500.35
HSL214.34º92.98%33.53%-
HSV(B)214.34º96.36%64.71%-
XYZ9.327.6536.58-
YUV64.04184.9786.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 165 (64.84% from 255) = 67.35%
R=2.45%
G=30.20%
B=67.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6741650.960.5500.35214.3492.9833.53
Hex64AA56037023d65d22
Octal61122451406704332613542
Binary11010010101010010111000001101110100011110101101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,74,165); }

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

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

 a { background-color: rgb(6,74,165); }

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

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

 span { border-color: rgb(6,74,165); }

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