#0063fc

Color #0063FC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0063FC

Tints of Navy Blue #0063FC

Color information

#0063FC (or 0x0063FC) is unknown color: approx Navy Blue. HEX triplet: 00, 63 and FC. RGB value is (0,99,252). Sum of RGB (Red+Green+Blue) = 0+99+252=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #0063FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0063FC is #FF9C03. Grayscale: #565656. Windows color (decimal): -16751620 or 16540416. OLE color: 16540416.

HSL color Cylindrical-coordinate representation of color #0063FC: hue angle of 216.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0063FC is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB099252-
CMYK10.6100.01
HSL216.43º100%49.41%-
HSV(B)216.43º100%98.82%-
XYZ22.0315.9594.01-
YUV86.84221.266.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 252 (98.83% from 255) = 71.79%
R=0%
G=28.21%
B=71.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal09925210.6100.01216.4310049.41
Hex063FC643D01d86431
Octal0143374144750133014461
Binary0110001111111100110010011110101110110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0063fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0063fc; }

 p { color: rgb(0,99,252); }

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

<style>
 a { background-color: #0063fc; }

 a { background-color: rgb(0,99,252); }

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

<style>
 span { border-color: #0063fc; }

 span { border-color: rgb(0,99,252); }

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