#064C95

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

Shades of Cobalt #064C95

Tints of Cobalt #064C95

Color information

#064C95 (or 0x064C95) is unknown color: approx Cobalt. HEX triplet: 06, 4C and 95. RGB value is (6,76,149). Sum of RGB (Red+Green+Blue) = 6+76+149=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #064C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064C95 is #F9B36A. Grayscale: #3F3F3F. Windows color (decimal): -16364395 or 9784326. OLE color: 9784326.

HSL color Cylindrical-coordinate representation of color #064C95: hue angle of 210.63º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064C95 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB676149-
CMYK0.960.4900.42
HSL210.63º92.26%30.39%-
HSV(B)210.63º95.97%58.43%-
XYZ8.087.3829.43-
YUV63.39176.3187.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 149 (58.59% from 255) = 64.50%
R=2.60%
G=32.90%
B=64.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6761490.960.4900.42210.6392.2630.39
Hex64C95603102Ad35c1e
Octal61142251406105232313436
Binary1101001100100101011100000110001010101011010011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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