#1271E1

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

Shades of Navy Blue #1271E1

Tints of Navy Blue #1271E1

Color information

#1271E1 (or 0x1271E1) is unknown color: approx Navy Blue. HEX triplet: 12, 71 and E1. RGB value is (18,113,225). Sum of RGB (Red+Green+Blue) = 18+113+225=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #1271E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271E1 is #ED8E1E. Grayscale: #606060. Windows color (decimal): -15568415 or 14774546. OLE color: 14774546.

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

Color convert

RGB18113225-
CMYK0.920.5000.12
HSL212.46º85.19%47.65%-
HSV(B)212.46º92%88.24%-
XYZ19.7517.3873.55-
YUV97.36200.0371.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.06%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 225 (88.28% from 255) = 63.20%
R=5.06%
G=31.74%
B=63.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181132250.920.5000.12212.4685.1947.65
Hex1271E15C320Cd45530
Octal221613411346201432412560
Binary10010111000111100001101110011001001100110101001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1271E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,113,225); }

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

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

 a { background-color: rgb(18,113,225); }

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

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

 span { border-color: rgb(18,113,225); }

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