#1d4055

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

Shades of Regal Blue #1D4055

Tints of Regal Blue #1D4055

Color information

#1D4055 (or 0x1D4055) is unknown color: approx Regal Blue. HEX triplet: 1D, 40 and 55. RGB value is (29,64,85). Sum of RGB (Red+Green+Blue) = 29+64+85=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D4055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4055 is #E2BFAA. Grayscale: #373737. Windows color (decimal): -14860203 or 5586973. OLE color: 5586973.

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

Color convert

RGB296485-
CMYK0.660.2500.67
HSL202.5º49.12%22.35%-
HSV(B)202.5º65.88%33.33%-
XYZ3.984.589.27-
YUV55.93144.4108.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.29%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=16.29%
G=35.96%
B=47.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2964850.660.2500.67202.549.1222.35
Hex1D40554219043ca3116
Octal351001251023101033126126
Binary1110110000001010101100001011001010000111100101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d4055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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