#0463F2

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

Shades of Navy Blue #0463F2

Tints of Navy Blue #0463F2

Color information

#0463F2 (or 0x0463F2) is unknown color: approx Navy Blue. HEX triplet: 04, 63 and F2. RGB value is (4,99,242). Sum of RGB (Red+Green+Blue) = 4+99+242=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 242 (94.92% from 255 or 70.14% from 345); Max value from RGB is 242 - color contains mainly: blue. Hex color #0463F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0463F2 is #FB9C0D. Grayscale: #565656. Windows color (decimal): -16489486 or 15885060. OLE color: 15885060.

HSL color Cylindrical-coordinate representation of color #0463F2: hue angle of 216.05º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0463F2 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB499242-
CMYK0.980.5900.05
HSL216.05º96.75%48.24%-
HSV(B)216.05º98.35%94.9%-
XYZ20.5415.3685.89-
YUV86.9215.5368.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.16%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 242 (94.92% from 255) = 70.14%
R=1.16%
G=28.70%
B=70.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4992420.980.5900.05216.0596.7548.24
Hex463F2623B05d86130
Octal4143362142730533014160
Binary10011000111111001011000101110110101110110001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0463F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0463F2; }

 p { color: rgb(4,99,242); }

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

<style>
 a { background-color: #0463F2; }

 a { background-color: rgb(4,99,242); }

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

<style>
 span { border-color: #0463F2; }

 span { border-color: rgb(4,99,242); }

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