#1462F7

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

Shades of Navy Blue #1462F7

Tints of Navy Blue #1462F7

Color information

#1462F7 (or 0x1462F7) is unknown color: approx Navy Blue. HEX triplet: 14, 62 and F7. RGB value is (20,98,247). Sum of RGB (Red+Green+Blue) = 20+98+247=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 247 (96.88% from 255 or 67.67% from 365); Max value from RGB is 247 - color contains mainly: blue. Hex color #1462F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1462F7 is #EB9D08. Grayscale: #5A5A5A. Windows color (decimal): -15441161 or 16212500. OLE color: 16212500.

HSL color Cylindrical-coordinate representation of color #1462F7: hue angle of 219.38º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1462F7 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2098247-
CMYK0.920.6000.03
HSL219.38º93.42%52.35%-
HSV(B)219.38º91.9%96.86%-
XYZ21.4415.689.88-
YUV91.66215.6676.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.48%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 247 (96.88% from 255) = 67.67%
R=5.48%
G=26.85%
B=67.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal20982470.920.6000.03219.3893.4252.35
Hex1462F75C3C03db5d34
Octal24142367134740333313564
Binary101001100010111101111011100111100011110110111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1462F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1462F7; }

 p { color: rgb(20,98,247); }

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

<style>
 a { background-color: #1462F7; }

 a { background-color: rgb(20,98,247); }

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

<style>
 span { border-color: #1462F7; }

 span { border-color: rgb(20,98,247); }

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