#064AA3

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

Shades of Cobalt #064AA3

Tints of Cobalt #064AA3

Color information

#064AA3 (or 0x064AA3) is unknown color: approx Cobalt. HEX triplet: 06, 4A and A3. RGB value is (6,74,163). Sum of RGB (Red+Green+Blue) = 6+74+163=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #064AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064AA3 is #F9B55C. Grayscale: #3F3F3F. Windows color (decimal): -16364893 or 10701318. OLE color: 10701318.

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

Color convert

RGB674163-
CMYK0.960.5500.36
HSL214.01º92.9%33.14%-
HSV(B)214.01º96.32%63.92%-
XYZ9.137.5835.63-
YUV63.81183.9786.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 163 (64.06% from 255) = 67.08%
R=2.47%
G=30.45%
B=67.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6741630.960.5500.36214.0192.933.14
Hex64AA36037024d65d21
Octal61122431406704432613541
Binary11010010101010001111000001101110100100110101101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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