#064AB9

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

Shades of Cobalt #064AB9

Tints of Cobalt #064AB9

Color information

#064AB9 (or 0x064AB9) is unknown color: approx Cobalt. HEX triplet: 06, 4A and B9. RGB value is (6,74,185). Sum of RGB (Red+Green+Blue) = 6+74+185=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 185 (72.66% from 255 or 69.81% from 265); Max value from RGB is 185 - color contains mainly: blue. Hex color #064AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064AB9 is #F9B546. Grayscale: #414141. Windows color (decimal): -16364871 or 12143110. OLE color: 12143110.

HSL color Cylindrical-coordinate representation of color #064AB9: hue angle of 217.21º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064AB9 is Cyan = 0.97, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB674185-
CMYK0.970.600.27
HSL217.21º93.72%37.45%-
HSV(B)217.21º96.76%72.55%-
XYZ11.288.4446.93-
YUV66.32194.9784.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 185 (72.66% from 255) = 69.81%
R=2.26%
G=27.92%
B=69.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6741850.970.600.27217.2193.7237.45
Hex64AB9613C01Bd95e25
Octal61122711417403333113645
Binary1101001010101110011100001111100011011110110011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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