#1256F6

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

Shades of Navy Blue #1256F6

Tints of Navy Blue #1256F6

Color information

#1256F6 (or 0x1256F6) is unknown color: approx Navy Blue. HEX triplet: 12, 56 and F6. RGB value is (18,86,246). Sum of RGB (Red+Green+Blue) = 18+86+246=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 246 (96.48% from 255 or 70.29% from 350); Max value from RGB is 246 - color contains mainly: blue. Hex color #1256F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1256F6 is #EDA909. Grayscale: #535353. Windows color (decimal): -15575306 or 16143890. OLE color: 16143890.

HSL color Cylindrical-coordinate representation of color #1256F6: hue angle of 222.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1256F6 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1886246-
CMYK0.930.6500.04
HSL222.11º92.68%51.76%-
HSV(B)222.11º92.68%96.47%-
XYZ20.2113.4488.72-
YUV83.91219.4780.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.14%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 246 (96.48% from 255) = 70.29%
R=5.14%
G=24.57%
B=70.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal18862460.930.6500.04222.1192.6851.76
Hex1256F65D4104de5d34
Octal221263661351010433613564
Binary10010101011011110110101110110000010100110111101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1256F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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