#1D3F53

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

Shades of Regal Blue #1D3F53

Tints of Regal Blue #1D3F53

Color information

#1D3F53 (or 0x1D3F53) is unknown color: approx Regal Blue. HEX triplet: 1D, 3F and 53. RGB value is (29,63,83). Sum of RGB (Red+Green+Blue) = 29+63+83=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D3F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F53 is #E2C0AC. Grayscale: #363636. Windows color (decimal): -14860461 or 5455645. OLE color: 5455645.

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

Color convert

RGB296383-
CMYK0.650.2400.67
HSL202.22º48.21%21.96%-
HSV(B)202.22º65.06%32.55%-
XYZ3.854.448.84-
YUV55.11143.74109.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.57%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=16.57%
G=36%
B=47.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2963830.650.2400.67202.2248.2121.96
Hex1D3F534118043ca3016
Octal35771231013001033126026
Binary111011111111010011100000111000010000111100101011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,63,83); }

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

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

 a { background-color: rgb(29,63,83); }

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

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

 span { border-color: rgb(29,63,83); }

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