#1e81d3

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

Shades of Navy Blue #1E81D3

Tints of Navy Blue #1E81D3

Color information

#1E81D3 (or 0x1E81D3) is unknown color: approx Navy Blue. HEX triplet: 1E, 81 and D3. RGB value is (30,129,211). Sum of RGB (Red+Green+Blue) = 30+129+211=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 211 (82.81% from 255 or 57.03% from 370); Max value from RGB is 211 - color contains mainly: blue. Hex color #1E81D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E81D3 is #E17E2C. Grayscale: #6C6C6C. Windows color (decimal): -14777901 or 13861150. OLE color: 13861150.

HSL color Cylindrical-coordinate representation of color #1E81D3: hue angle of 207.18º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E81D3 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB30129211-
CMYK0.860.3900.17
HSL207.18º75.1%47.25%-
HSV(B)207.18º85.78%82.75%-
XYZ20.1420.6864.56-
YUV108.75185.771.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.11%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 211 (82.81% from 255) = 57.03%
R=8.11%
G=34.86%
B=57.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal301292110.860.3900.17207.1875.147.25
Hex1E81D35627011cf4b2f
Octal362013231264702131711357
Binary1111010000001110100111010110100111010001110011111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e81d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,129,211); }

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

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

 a { background-color: rgb(30,129,211); }

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

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

 span { border-color: rgb(30,129,211); }

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