#1468E9

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

Shades of Navy Blue #1468E9

Tints of Navy Blue #1468E9

Color information

#1468E9 (or 0x1468E9) is unknown color: approx Navy Blue. HEX triplet: 14, 68 and E9. RGB value is (20,104,233). Sum of RGB (Red+Green+Blue) = 20+104+233=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 233 (91.41% from 255 or 65.27% from 357); Max value from RGB is 233 - color contains mainly: blue. Hex color #1468E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1468E9 is #EB9716. Grayscale: #5C5C5C. Windows color (decimal): -15439639 or 15296532. OLE color: 15296532.

HSL color Cylindrical-coordinate representation of color #1468E9: hue angle of 216.34º 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 #1468E9 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20104233-
CMYK0.910.5500.09
HSL216.34º84.19%49.61%-
HSV(B)216.34º91.42%91.37%-
XYZ19.9515.9379.11-
YUV93.59206.6775.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.60%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 233 (91.41% from 255) = 65.27%
R=5.60%
G=29.13%
B=65.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201042330.910.5500.09216.3484.1949.61
Hex1468E95B3709d85432
Octal241503511336701133012462
Binary10100110100011101001101101111011101001110110001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1468E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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