#0364F1

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

Shades of Navy Blue #0364F1

Tints of Navy Blue #0364F1

Color information

#0364F1 (or 0x0364F1) is unknown color: approx Navy Blue. HEX triplet: 03, 64 and F1. RGB value is (3,100,241). Sum of RGB (Red+Green+Blue) = 3+100+241=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #0364F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0364F1 is #FC9B0E. Grayscale: #565656. Windows color (decimal): -16554767 or 15819779. OLE color: 15819779.

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

Color convert

RGB3100241-
CMYK0.990.5900.05
HSL215.55º97.54%47.84%-
HSV(B)215.55º98.76%94.51%-
XYZ20.4715.4885.13-
YUV87.07214.8668.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 241 (94.53% from 255) = 70.06%
R=0.87%
G=29.07%
B=70.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal31002410.990.5900.05215.5597.5447.84
Hex364F1633B05d86230
Octal3144361143730533014260
Binary1111001001111000111000111110110101110110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0364F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0364F1; }

 p { color: rgb(3,100,241); }

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

<style>
 a { background-color: #0364F1; }

 a { background-color: rgb(3,100,241); }

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

<style>
 span { border-color: #0364F1; }

 span { border-color: rgb(3,100,241); }

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