#1551E1

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

Shades of Navy Blue #1551E1

Tints of Navy Blue #1551E1

Color information

#1551E1 (or 0x1551E1) is unknown color: approx Navy Blue. HEX triplet: 15, 51 and E1. RGB value is (21,81,225). Sum of RGB (Red+Green+Blue) = 21+81+225=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 225 (88.28% from 255 or 68.81% from 327); Max value from RGB is 225 - color contains mainly: blue. Hex color #1551E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1551E1 is #EAAE1E. Grayscale: #4E4E4E. Windows color (decimal): -15379999 or 14766357. OLE color: 14766357.

HSL color Cylindrical-coordinate representation of color #1551E1: hue angle of 222.35º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1551E1 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2181225-
CMYK0.910.6400.12
HSL222.35º82.93%48.24%-
HSV(B)222.35º90.67%88.24%-
XYZ16.8411.4872.56-
YUV79.48210.1286.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.42%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 225 (88.28% from 255) = 68.81%
R=6.42%
G=24.77%
B=68.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal21812250.910.6400.12222.3582.9348.24
Hex1551E15B400Cde5330
Octal2512134113310001433612360
Binary101011010001111000011011011100000001100110111101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1551E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1551E1; }

 p { color: rgb(21,81,225); }

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

<style>
 a { background-color: #1551E1; }

 a { background-color: rgb(21,81,225); }

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

<style>
 span { border-color: #1551E1; }

 span { border-color: rgb(21,81,225); }

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