#1D3A4F

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

Shades of Nile Blue #1D3A4F

Tints of Nile Blue #1D3A4F

Color information

#1D3A4F (or 0x1D3A4F) is unknown color: approx Nile Blue. HEX triplet: 1D, 3A and 4F. RGB value is (29,58,79). Sum of RGB (Red+Green+Blue) = 29+58+79=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D3A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3A4F is #E2C5B0. Grayscale: #333333. Windows color (decimal): -14861745 or 5192221. OLE color: 5192221.

HSL color Cylindrical-coordinate representation of color #1D3A4F: hue angle of 205.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D3A4F is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB295879-
CMYK0.630.2700.69
HSL205.2º46.3%21.18%-
HSV(B)205.2º63.29%30.98%-
XYZ3.433.857.96-
YUV51.72143.39111.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.47%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=17.47%
G=34.94%
B=47.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2958790.630.2700.69205.246.321.18
Hex1D3A4F3F1B045cd2e15
Octal3572117773301053155625
Binary11101111010100111111111111011010001011100110110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,58,79); }

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

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

 a { background-color: rgb(29,58,79); }

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

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

 span { border-color: rgb(29,58,79); }

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