#064ABA

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

Shades of Cobalt #064ABA

Tints of Cobalt #064ABA

Color information

#064ABA (or 0x064ABA) is unknown color: approx Cobalt. HEX triplet: 06, 4A and BA. RGB value is (6,74,186). Sum of RGB (Red+Green+Blue) = 6+74+186=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #064ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064ABA is #F9B545. Grayscale: #414141. Windows color (decimal): -16364870 or 12208646. OLE color: 12208646.

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

Color convert

RGB674186-
CMYK0.970.6000.27
HSL217.33º93.75%37.65%-
HSV(B)217.33º96.77%72.94%-
XYZ11.398.4847.49-
YUV66.44195.4784.89-

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.82%
BLUE value IS 186 (73.05% from 255) = 69.92%
R=2.26%
G=27.82%
B=69.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6741860.970.6000.27217.3393.7537.65
Hex64ABA613C01Bd95e26
Octal61122721417403333113646
Binary1101001010101110101100001111100011011110110011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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