#1A6DE8

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

Shades of Navy Blue #1A6DE8

Tints of Navy Blue #1A6DE8

Color information

#1A6DE8 (or 0x1A6DE8) is unknown color: approx Navy Blue. HEX triplet: 1A, 6D and E8. RGB value is (26,109,232). Sum of RGB (Red+Green+Blue) = 26+109+232=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 232 (91.02% from 255 or 63.22% from 367); Max value from RGB is 232 - color contains mainly: blue. Hex color #1A6DE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6DE8 is #E59217. Grayscale: #616161. Windows color (decimal): -15045144 or 15232282. OLE color: 15232282.

HSL color Cylindrical-coordinate representation of color #1A6DE8: hue angle of 215.83º 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 #1A6DE8 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB26109232-
CMYK0.890.5300.09
HSL215.83º81.75%50.59%-
HSV(B)215.83º88.79%90.98%-
XYZ20.4616.9878.54-
YUV98.2203.576.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.08%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 232 (91.02% from 255) = 63.22%
R=7.08%
G=29.70%
B=63.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal261092320.890.5300.09215.8381.7550.59
Hex1A6DE8593509d85233
Octal321553501316501133012263
Binary11010110110111101000101100111010101001110110001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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