#1349F1

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

Shades of Navy Blue #1349F1

Tints of Navy Blue #1349F1

Color information

#1349F1 (or 0x1349F1) is unknown color: approx Navy Blue. HEX triplet: 13, 49 and F1. RGB value is (19,73,241). Sum of RGB (Red+Green+Blue) = 19+73+241=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #1349F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1349F1 is #ECB60E. Grayscale: #4B4B4B. Windows color (decimal): -15513103 or 15812883. OLE color: 15812883.

HSL color Cylindrical-coordinate representation of color #1349F1: hue angle of 225.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1349F1 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1973241-
CMYK0.920.7000.05
HSL225.41º88.8%50.98%-
HSV(B)225.41º92.12%94.51%-
XYZ18.5311.2584.41-
YUV76.01221.1187.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.71%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 241 (94.53% from 255) = 72.37%
R=5.71%
G=21.92%
B=72.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal19732410.920.7000.05225.4188.850.98
Hex1349F15C4605e15933
Octal231113611341060534113163
Binary10011100100111110001101110010001100101111000011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1349F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,73,241); }

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

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

 a { background-color: rgb(19,73,241); }

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

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

 span { border-color: rgb(19,73,241); }

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