#1D4063

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

Shades of Regal Blue #1D4063

Tints of Regal Blue #1D4063

Color information

#1D4063 (or 0x1D4063) is unknown color: approx Regal Blue. HEX triplet: 1D, 40 and 63. RGB value is (29,64,99). Sum of RGB (Red+Green+Blue) = 29+64+99=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D4063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4063 is #E2BF9C. Grayscale: #393939. Windows color (decimal): -14860189 or 6504477. OLE color: 6504477.

HSL color Cylindrical-coordinate representation of color #1D4063: hue angle of 210º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D4063 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB296499-
CMYK0.710.3500.61
HSL210º54.69%25.1%-
HSV(B)210º70.71%38.82%-
XYZ4.594.8312.49-
YUV57.52151.4107.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.10%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=15.10%
G=33.33%
B=51.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2964990.710.3500.6121054.6925.1
Hex1D4063472303Dd23719
Octal35100143107430753226731
Binary1110110000001100011100011110001101111011101001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,64,99); }

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

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

 a { background-color: rgb(29,64,99); }

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

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

 span { border-color: rgb(29,64,99); }

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