#1354EA

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

Shades of Navy Blue #1354EA

Tints of Navy Blue #1354EA

Color information

#1354EA (or 0x1354EA) is unknown color: approx Navy Blue. HEX triplet: 13, 54 and EA. RGB value is (19,84,234). Sum of RGB (Red+Green+Blue) = 19+84+234=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #1354EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1354EA is #ECAB15. Grayscale: #515151. Windows color (decimal): -15510294 or 15356947. OLE color: 15356947.

HSL color Cylindrical-coordinate representation of color #1354EA: hue angle of 221.86º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1354EA is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1984234-
CMYK0.920.6400.08
HSL221.86º84.98%49.61%-
HSV(B)221.86º91.88%91.76%-
XYZ18.2912.4279.28-
YUV81.66213.9783.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.64%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 234 (91.80% from 255) = 69.44%
R=5.64%
G=24.93%
B=69.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal19842340.920.6400.08221.8684.9849.61
Hex1354EA5C4008de5532
Octal2312435213410001033612562
Binary100111010100111010101011100100000001000110111101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1354EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1354EA; }

 p { color: rgb(19,84,234); }

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

<style>
 a { background-color: #1354EA; }

 a { background-color: rgb(19,84,234); }

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

<style>
 span { border-color: #1354EA; }

 span { border-color: rgb(19,84,234); }

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