#063FAB

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

Shades of Cobalt #063FAB

Tints of Cobalt #063FAB

Color information

#063FAB (or 0x063FAB) is unknown color: approx Cobalt. HEX triplet: 06, 3F and AB. RGB value is (6,63,171). Sum of RGB (Red+Green+Blue) = 6+63+171=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #063FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FAB is #F9C054. Grayscale: #393939. Windows color (decimal): -16367701 or 11222790. OLE color: 11222790.

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

Color convert

RGB663171-
CMYK0.960.6300.33
HSL219.27º93.22%34.71%-
HSV(B)219.27º96.49%67.06%-
XYZ9.26.5339.3-
YUV58.27191.6290.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 171 (67.19% from 255) = 71.25%
R=2.5%
G=26.25%
B=71.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6631710.960.6300.33219.2793.2234.71
Hex63FAB603F021db5d23
Octal6772531407704133313543
Binary1101111111010101111000001111110100001110110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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