#1458F4

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

Shades of Navy Blue #1458F4

Tints of Navy Blue #1458F4

Color information

#1458F4 (or 0x1458F4) is unknown color: approx Navy Blue. HEX triplet: 14, 58 and F4. RGB value is (20,88,244). Sum of RGB (Red+Green+Blue) = 20+88+244=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 244 (95.70% from 255 or 69.32% from 352); Max value from RGB is 244 - color contains mainly: blue. Hex color #1458F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1458F4 is #EBA70B. Grayscale: #545454. Windows color (decimal): -15443724 or 16013332. OLE color: 16013332.

HSL color Cylindrical-coordinate representation of color #1458F4: hue angle of 221.79º 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 #1458F4 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2088244-
CMYK0.920.6400.04
HSL221.79º91.06%51.76%-
HSV(B)221.79º91.8%95.69%-
XYZ20.1113.6687.16-
YUV85.45217.4781.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.68%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 244 (95.70% from 255) = 69.32%
R=5.68%
G=25%
B=69.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal20882440.920.6400.04221.7991.0651.76
Hex1458F45C4004de5b34
Octal241303641341000433613364
Binary10100101100011110100101110010000000100110111101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1458F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,88,244); }

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

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

 a { background-color: rgb(20,88,244); }

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

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

 span { border-color: rgb(20,88,244); }

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