#1D3B5D

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

Shades of Regal Blue #1D3B5D

Tints of Regal Blue #1D3B5D

Color information

#1D3B5D (or 0x1D3B5D) is unknown color: approx Regal Blue. HEX triplet: 1D, 3B and 5D. RGB value is (29,59,93). Sum of RGB (Red+Green+Blue) = 29+59+93=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D3B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3B5D is #E2C4A2. Grayscale: #353535. Windows color (decimal): -14861475 or 6109981. OLE color: 6109981.

HSL color Cylindrical-coordinate representation of color #1D3B5D: hue angle of 211.88º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D3B5D is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB295993-
CMYK0.690.3700.64
HSL211.88º52.46%23.92%-
HSV(B)211.88º68.82%36.47%-
XYZ4.054.1810.95-
YUV53.91150.06110.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.02%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=16.02%
G=32.60%
B=51.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2959930.690.3700.64211.8852.4623.92
Hex1D3B5D4525040d43418
Octal35731351054501003246430
Binary1110111101110111011000101100101010000001101010011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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