#1270E1

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

Shades of Navy Blue #1270E1

Tints of Navy Blue #1270E1

Color information

#1270E1 (or 0x1270E1) is unknown color: approx Navy Blue. HEX triplet: 12, 70 and E1. RGB value is (18,112,225). Sum of RGB (Red+Green+Blue) = 18+112+225=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #1270E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270E1 is #ED8F1E. Grayscale: #606060. Windows color (decimal): -15568671 or 14774290. OLE color: 14774290.

HSL color Cylindrical-coordinate representation of color #1270E1: hue angle of 212.75º 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 #1270E1 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18112225-
CMYK0.920.5000.12
HSL212.75º85.19%47.65%-
HSV(B)212.75º92%88.24%-
XYZ19.6317.1573.51-
YUV96.78200.3671.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.07%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 225 (88.28% from 255) = 63.38%
R=5.07%
G=31.55%
B=63.38%

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
Decimal181122250.920.5000.12212.7585.1947.65
Hex1270E15C320Cd55530
Octal221603411346201432512560
Binary10010111000011100001101110011001001100110101011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1270E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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