#064896

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

Shades of Cobalt #064896

Tints of Cobalt #064896

Color information

#064896 (or 0x064896) is unknown color: approx Cobalt. HEX triplet: 06, 48 and 96. RGB value is (6,72,150). Sum of RGB (Red+Green+Blue) = 6+72+150=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #064896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064896 is #F9B769. Grayscale: #3C3C3C. Windows color (decimal): -16365418 or 9848838. OLE color: 9848838.

HSL color Cylindrical-coordinate representation of color #064896: hue angle of 212.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064896 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB672150-
CMYK0.960.5200.41
HSL212.5º92.31%30.59%-
HSV(B)212.5º96%58.82%-
XYZ7.96.8829.77-
YUV61.16178.1388.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.63%
GREEN value IS 72 (28.52% from 255) = 31.58%
BLUE value IS 150 (58.98% from 255) = 65.79%
R=2.63%
G=31.58%
B=65.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6721500.960.5200.41212.592.3130.59
Hex648966034029d45c1f
Octal61102261406405132413437
Binary1101001000100101101100000110100010100111010100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064896; }

 p { color: rgb(6,72,150); }

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

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

 a { background-color: rgb(6,72,150); }

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

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

 span { border-color: rgb(6,72,150); }

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