#1D4056

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

Shades of Regal Blue #1D4056

Tints of Regal Blue #1D4056

Color information

#1D4056 (or 0x1D4056) is unknown color: approx Regal Blue. HEX triplet: 1D, 40 and 56. RGB value is (29,64,86). Sum of RGB (Red+Green+Blue) = 29+64+86=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D4056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4056 is #E2BFA9. Grayscale: #373737. Windows color (decimal): -14860202 or 5652509. OLE color: 5652509.

HSL color Cylindrical-coordinate representation of color #1D4056: hue angle of 203.16º 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 #1D4056 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB296486-
CMYK0.660.2600.66
HSL203.16º49.57%22.55%-
HSV(B)203.16º66.28%33.73%-
XYZ4.024.69.48-
YUV56.04144.9108.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.20%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 86 (33.98% from 255) = 48.04%
R=16.20%
G=35.75%
B=48.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2964860.660.2600.66203.1649.5722.55
Hex1D4056421A042cb3217
Octal351001261023201023136227
Binary1110110000001010110100001011010010000101100101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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