#1D3B56

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

Shades of Regal Blue #1D3B56

Tints of Regal Blue #1D3B56

Color information

#1D3B56 (or 0x1D3B56) is unknown color: approx Regal Blue. HEX triplet: 1D, 3B and 56. RGB value is (29,59,86). Sum of RGB (Red+Green+Blue) = 29+59+86=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D3B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3B56 is #E2C4A9. Grayscale: #343434. Windows color (decimal): -14861482 or 5651229. OLE color: 5651229.

HSL color Cylindrical-coordinate representation of color #1D3B56: hue angle of 208.42º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D3B56 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB295986-
CMYK0.660.3100.66
HSL208.42º49.57%22.55%-
HSV(B)208.42º66.28%33.73%-
XYZ3.754.069.39-
YUV53.11146.56110.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.67%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 86 (33.98% from 255) = 49.43%
R=16.67%
G=33.91%
B=49.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2959860.660.3100.66208.4249.5722.55
Hex1D3B56421F042d03217
Octal35731261023701023206227
Binary111011110111010110100001011111010000101101000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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