#1256e1

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

Shades of Navy Blue #1256E1

Tints of Navy Blue #1256E1

Color information

#1256E1 (or 0x1256E1) is unknown color: approx Navy Blue. HEX triplet: 12, 56 and E1. RGB value is (18,86,225). Sum of RGB (Red+Green+Blue) = 18+86+225=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 225 (88.28% from 255 or 68.39% from 329); Max value from RGB is 225 - color contains mainly: blue. Hex color #1256E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256E1 is #EDA91E. Grayscale: #505050. Windows color (decimal): -15575327 or 14767634. OLE color: 14767634.

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

Color convert

RGB1886225-
CMYK0.920.6200.12
HSL220.29º85.19%47.65%-
HSV(B)220.29º92%88.24%-
XYZ17.1712.2272.69-
YUV81.51208.9782.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 225 (88.28% from 255) = 68.39%
R=5.47%
G=26.14%
B=68.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal18862250.920.6200.12220.2985.1947.65
Hex1256E15C3E0Cdc5530
Octal221263411347601433412560
Binary10010101011011100001101110011111001100110111001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1256e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1256e1; }

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

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

<style>
 a { background-color: #1256e1; }

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

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

<style>
 span { border-color: #1256e1; }

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

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