#1D3E5A

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

Shades of Regal Blue #1D3E5A

Tints of Regal Blue #1D3E5A

Color information

#1D3E5A (or 0x1D3E5A) is unknown color: approx Regal Blue. HEX triplet: 1D, 3E and 5A. RGB value is (29,62,90). Sum of RGB (Red+Green+Blue) = 29+62+90=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D3E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3E5A is #E2C1A5. Grayscale: #373737. Windows color (decimal): -14860710 or 5914141. OLE color: 5914141.

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

Color convert

RGB296290-
CMYK0.680.3100.65
HSL207.54º51.26%23.33%-
HSV(B)207.54º67.78%35.29%-
XYZ4.074.4410.32-
YUV55.32147.57109.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.02%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=16.02%
G=34.25%
B=49.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2962900.680.3100.65207.5451.2623.33
Hex1D3E5A441F041d03317
Octal35761321043701013206327
Binary111011111101011010100010011111010000011101000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,62,90); }

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

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

 a { background-color: rgb(29,62,90); }

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

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

 span { border-color: rgb(29,62,90); }

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