#1467E9

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

Shades of Navy Blue #1467E9

Tints of Navy Blue #1467E9

Color information

#1467E9 (or 0x1467E9) is unknown color: approx Navy Blue. HEX triplet: 14, 67 and E9. RGB value is (20,103,233). Sum of RGB (Red+Green+Blue) = 20+103+233=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 233 (91.41% from 255 or 65.45% from 356); Max value from RGB is 233 - color contains mainly: blue. Hex color #1467E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1467E9 is #EB9816. Grayscale: #5C5C5C. Windows color (decimal): -15439895 or 15296276. OLE color: 15296276.

HSL color Cylindrical-coordinate representation of color #1467E9: hue angle of 216.62º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1467E9 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20103233-
CMYK0.910.5600.09
HSL216.62º84.19%49.61%-
HSV(B)216.62º91.42%91.37%-
XYZ19.8515.7379.08-
YUV9320775.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.62%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 233 (91.41% from 255) = 65.45%
R=5.62%
G=28.93%
B=65.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201032330.910.5600.09216.6284.1949.61
Hex1467E95B3809d95432
Octal241473511337001133112462
Binary10100110011111101001101101111100001001110110011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1467E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1467E9; }

 p { color: rgb(20,103,233); }

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

<style>
 a { background-color: #1467E9; }

 a { background-color: rgb(20,103,233); }

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

<style>
 span { border-color: #1467E9; }

 span { border-color: rgb(20,103,233); }

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