#1D3C59

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

Shades of Regal Blue #1D3C59

Tints of Regal Blue #1D3C59

Color information

#1D3C59 (or 0x1D3C59) is unknown color: approx Regal Blue. HEX triplet: 1D, 3C and 59. RGB value is (29,60,89). Sum of RGB (Red+Green+Blue) = 29+60+89=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D3C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3C59 is #E2C3A6. Grayscale: #353535. Windows color (decimal): -14861223 or 5848093. OLE color: 5848093.

HSL color Cylindrical-coordinate representation of color #1D3C59: hue angle of 209º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3C59 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB296089-
CMYK0.670.3300.65
HSL209º50.85%23.14%-
HSV(B)209º67.42%34.9%-
XYZ3.934.2110.06-
YUV54.04147.73110.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.29%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 89 (35.16% from 255) = 50%
R=16.29%
G=33.71%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2960890.670.3300.6520950.8523.14
Hex1D3C594321041d13317
Octal35741311034101013216327
Binary1110111110010110011000011100001010000011101000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,60,89); }

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

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

 a { background-color: rgb(29,60,89); }

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

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

 span { border-color: rgb(29,60,89); }

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