#063CA9

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

Shades of Cobalt #063CA9

Tints of Cobalt #063CA9

Color information

#063CA9 (or 0x063CA9) is unknown color: approx Cobalt. HEX triplet: 06, 3C and A9. RGB value is (6,60,169). Sum of RGB (Red+Green+Blue) = 6+60+169=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 169 (66.41% from 255 or 71.91% from 235); Max value from RGB is 169 - color contains mainly: blue. Hex color #063CA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063CA9 is #F9C356. Grayscale: #373737. Windows color (decimal): -16368471 or 11090950. OLE color: 11090950.

HSL color Cylindrical-coordinate representation of color #063CA9: hue angle of 220.12º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063CA9 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB660169-
CMYK0.960.6400.34
HSL220.12º93.14%34.31%-
HSV(B)220.12º96.45%66.27%-
XYZ8.856.1438.25-
YUV56.28191.6192.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 60 (23.83% from 255) = 25.53%
BLUE value IS 169 (66.41% from 255) = 71.91%
R=2.55%
G=25.53%
B=71.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal6601690.960.6400.34220.1293.1434.31
Hex63CA96040022dc5d22
Octal67425114010004233413542
Binary11011110010101001110000010000000100010110111001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063CA9; }

 p { color: rgb(6,60,169); }

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

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

 a { background-color: rgb(6,60,169); }

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

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

 span { border-color: rgb(6,60,169); }

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