#1451ef

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

Shades of Navy Blue #1451EF

Tints of Navy Blue #1451EF

Color information

#1451EF (or 0x1451EF) is unknown color: approx Navy Blue. HEX triplet: 14, 51 and EF. RGB value is (20,81,239). Sum of RGB (Red+Green+Blue) = 20+81+239=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #1451EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1451EF is #EBAE10. Grayscale: #505050. Windows color (decimal): -15445521 or 15683860. OLE color: 15683860.

HSL color Cylindrical-coordinate representation of color #1451EF: hue angle of 223.29º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1451EF is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2081239-
CMYK0.920.6600.06
HSL223.29º87.25%50.78%-
HSV(B)223.29º91.63%93.73%-
XYZ18.8112.2783.04-
YUV80.77217.2984.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.88%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 239 (93.75% from 255) = 70.29%
R=5.88%
G=23.82%
B=70.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20812390.920.6600.06223.2987.2550.78
Hex1451EF5C4206df5733
Octal241213571341020633712763
Binary10100101000111101111101110010000100110110111111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1451ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1451ef; }

 p { color: rgb(20,81,239); }

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

<style>
 a { background-color: #1451ef; }

 a { background-color: rgb(20,81,239); }

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

<style>
 span { border-color: #1451ef; }

 span { border-color: rgb(20,81,239); }

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