#1349F4

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

Shades of Navy Blue #1349F4

Tints of Navy Blue #1349F4

Color information

#1349F4 (or 0x1349F4) is unknown color: approx Navy Blue. HEX triplet: 13, 49 and F4. RGB value is (19,73,244). Sum of RGB (Red+Green+Blue) = 19+73+244=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 244 (95.70% from 255 or 72.62% from 336); Max value from RGB is 244 - color contains mainly: blue. Hex color #1349F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1349F4 is #ECB60B. Grayscale: #4B4B4B. Windows color (decimal): -15513100 or 16009491. OLE color: 16009491.

HSL color Cylindrical-coordinate representation of color #1349F4: hue angle of 225.6º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1349F4 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1973244-
CMYK0.920.7000.04
HSL225.6º91.09%51.57%-
HSV(B)225.6º92.21%95.69%-
XYZ18.9811.4486.79-
YUV76.35222.6187.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.65%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 244 (95.70% from 255) = 72.62%
R=5.65%
G=21.73%
B=72.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal19732440.920.7000.04225.691.0951.57
Hex1349F45C4604e25b34
Octal231113641341060434213364
Binary10011100100111110100101110010001100100111000101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1349F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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