#063FA7

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

Shades of Cobalt #063FA7

Tints of Cobalt #063FA7

Color information

#063FA7 (or 0x063FA7) is unknown color: approx Cobalt. HEX triplet: 06, 3F and A7. RGB value is (6,63,167). Sum of RGB (Red+Green+Blue) = 6+63+167=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 167 (65.62% from 255 or 70.76% from 236); Max value from RGB is 167 - color contains mainly: blue. Hex color #063FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FA7 is #F9C058. Grayscale: #393939. Windows color (decimal): -16367705 or 10960646. OLE color: 10960646.

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

Color convert

RGB663167-
CMYK0.960.6200.35
HSL218.76º93.06%33.92%-
HSV(B)218.76º96.41%65.49%-
XYZ8.836.3837.33-
YUV57.81189.6291.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.54%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 167 (65.62% from 255) = 70.76%
R=2.54%
G=26.69%
B=70.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6631670.960.6200.35218.7693.0633.92
Hex63FA7603E023db5d22
Octal6772471407604333313542
Binary1101111111010011111000001111100100011110110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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