#0363EF

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

Shades of Navy Blue #0363EF

Tints of Navy Blue #0363EF

Color information

#0363EF (or 0x0363EF) is unknown color: approx Navy Blue. HEX triplet: 03, 63 and EF. RGB value is (3,99,239). Sum of RGB (Red+Green+Blue) = 3+99+239=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #0363EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0363EF is #FC9C10. Grayscale: #555555. Windows color (decimal): -16555025 or 15688451. OLE color: 15688451.

HSL color Cylindrical-coordinate representation of color #0363EF: hue angle of 215.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0363EF is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB399239-
CMYK0.990.5900.06
HSL215.59º97.52%47.45%-
HSV(B)215.59º98.74%93.73%-
XYZ20.0815.1883.53-
YUV86.26214.268.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 239 (93.75% from 255) = 70.09%
R=0.88%
G=29.03%
B=70.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal3992390.990.5900.06215.5997.5247.45
Hex363EF633B06d8622f
Octal3143357143730633014257
Binary1111000111110111111000111110110110110110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0363EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0363EF; }

 p { color: rgb(3,99,239); }

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

<style>
 a { background-color: #0363EF; }

 a { background-color: rgb(3,99,239); }

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

<style>
 span { border-color: #0363EF; }

 span { border-color: rgb(3,99,239); }

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