#1A60E8

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

Shades of Navy Blue #1A60E8

Tints of Navy Blue #1A60E8

Color information

#1A60E8 (or 0x1A60E8) is unknown color: approx Navy Blue. HEX triplet: 1A, 60 and E8. RGB value is (26,96,232). Sum of RGB (Red+Green+Blue) = 26+96+232=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 232 (91.02% from 255 or 65.54% from 354); Max value from RGB is 232 - color contains mainly: blue. Hex color #1A60E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A60E8 is #E59F17. Grayscale: #595959. Windows color (decimal): -15048472 or 15228954. OLE color: 15228954.

HSL color Cylindrical-coordinate representation of color #1A60E8: hue angle of 219.61º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A60E8 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2696232-
CMYK0.890.5900.09
HSL219.61º81.75%50.59%-
HSV(B)219.61º88.79%90.98%-
XYZ19.1714.4178.12-
YUV90.57207.8181.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.34%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 232 (91.02% from 255) = 65.54%
R=7.34%
G=27.12%
B=65.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal26962320.890.5900.09219.6181.7550.59
Hex1A60E8593B09dc5233
Octal321403501317301133412263
Binary11010110000011101000101100111101101001110111001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A60E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A60E8; }

 p { color: rgb(26,96,232); }

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

<style>
 a { background-color: #1A60E8; }

 a { background-color: rgb(26,96,232); }

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

<style>
 span { border-color: #1A60E8; }

 span { border-color: rgb(26,96,232); }

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