#063CB3

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

Shades of Cobalt #063CB3

Tints of Cobalt #063CB3

Color information

#063CB3 (or 0x063CB3) is unknown color: approx Cobalt. HEX triplet: 06, 3C and B3. RGB value is (6,60,179). Sum of RGB (Red+Green+Blue) = 6+60+179=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #063CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CB3 is #F9C34C. Grayscale: #383838. Windows color (decimal): -16368461 or 11746310. OLE color: 11746310.

HSL color Cylindrical-coordinate representation of color #063CB3: hue angle of 221.27º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CB3 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB660179-
CMYK0.970.6600.30
HSL221.27º93.51%36.27%-
HSV(B)221.27º96.65%70.2%-
XYZ9.836.5343.39-
YUV57.42196.6191.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 179 (70.31% from 255) = 73.06%
R=2.45%
G=24.49%
B=73.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6601790.970.6600.30221.2793.5136.27
Hex63CB3614201Edd5e24
Octal67426314110203633513644
Binary1101111001011001111000011000010011110110111011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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