#1D3B4F

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

Shades of Nile Blue #1D3B4F

Tints of Nile Blue #1D3B4F

Color information

#1D3B4F (or 0x1D3B4F) is unknown color: approx Nile Blue. HEX triplet: 1D, 3B and 4F. RGB value is (29,59,79). Sum of RGB (Red+Green+Blue) = 29+59+79=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D3B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3B4F is #E2C4B0. Grayscale: #343434. Windows color (decimal): -14861489 or 5192477. OLE color: 5192477.

HSL color Cylindrical-coordinate representation of color #1D3B4F: hue angle of 204º 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 #1D3B4F is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB295979-
CMYK0.630.2500.69
HSL204º46.3%21.18%-
HSV(B)204º63.29%30.98%-
XYZ3.483.957.98-
YUV52.31143.06111.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.37%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=17.37%
G=35.33%
B=47.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2959790.630.2500.6920446.321.18
Hex1D3B4F3F19045cc2e15
Octal3573117773101053145625
Binary11101111011100111111111111001010001011100110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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