#064A9B

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

Shades of Cobalt #064A9B

Tints of Cobalt #064A9B

Color information

#064A9B (or 0x064A9B) is unknown color: approx Cobalt. HEX triplet: 06, 4A and 9B. RGB value is (6,74,155). Sum of RGB (Red+Green+Blue) = 6+74+155=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #064A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064A9B is #F9B564. Grayscale: #3E3E3E. Windows color (decimal): -16364901 or 10177030. OLE color: 10177030.

HSL color Cylindrical-coordinate representation of color #064A9B: hue angle of 212.62º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064A9B is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB674155-
CMYK0.960.5200.39
HSL212.62º92.55%31.57%-
HSV(B)212.62º96.13%60.78%-
XYZ8.447.331.98-
YUV62.9179.9787.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 155 (60.94% from 255) = 65.96%
R=2.55%
G=31.49%
B=65.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6741550.960.5200.39212.6292.5531.57
Hex64A9B6034027d55d20
Octal61122331406404732513540
Binary11010010101001101111000001101000100111110101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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