#063FA8

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

Shades of Cobalt #063FA8

Tints of Cobalt #063FA8

Color information

#063FA8 (or 0x063FA8) is unknown color: approx Cobalt. HEX triplet: 06, 3F and A8. RGB value is (6,63,168). Sum of RGB (Red+Green+Blue) = 6+63+168=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 168 (66.02% from 255 or 70.89% from 237); Max value from RGB is 168 - color contains mainly: blue. Hex color #063FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FA8 is #F9C057. Grayscale: #393939. Windows color (decimal): -16367704 or 11026182. OLE color: 11026182.

HSL color Cylindrical-coordinate representation of color #063FA8: hue angle of 218.89º 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 #063FA8 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB663168-
CMYK0.960.6300.34
HSL218.89º93.1%34.12%-
HSV(B)218.89º96.43%65.88%-
XYZ8.926.4237.81-
YUV57.93190.1290.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.53%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 168 (66.02% from 255) = 70.89%
R=2.53%
G=26.58%
B=70.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal6631680.960.6300.34218.8993.134.12
Hex63FA8603F022db5d22
Octal6772501407704233313542
Binary1101111111010100011000001111110100010110110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,63,168); }

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

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

 a { background-color: rgb(6,63,168); }

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

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

 span { border-color: rgb(6,63,168); }

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