#1D354F

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

Shades of Regal Blue #1D354F

Tints of Regal Blue #1D354F

Color information

#1D354F (or 0x1D354F) is unknown color: approx Regal Blue. HEX triplet: 1D, 35 and 4F. RGB value is (29,53,79). Sum of RGB (Red+Green+Blue) = 29+53+79=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D354F is #E2CAB0. Grayscale: #303030. Windows color (decimal): -14863025 or 5190941. OLE color: 5190941.

HSL color Cylindrical-coordinate representation of color #1D354F: hue angle of 211.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D354F is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB295379-
CMYK0.630.3300.69
HSL211.2º46.3%21.18%-
HSV(B)211.2º63.29%30.98%-
XYZ3.193.377.88-
YUV48.79145.05113.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.01%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 79 (31.25% from 255) = 49.07%
R=18.01%
G=32.92%
B=49.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2953790.630.3300.69211.246.321.18
Hex1D354F3F21045d32e15
Octal3565117774101053235625
Binary111011101011001111111111100001010001011101001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,53,79); }

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

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

 a { background-color: rgb(29,53,79); }

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

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

 span { border-color: rgb(29,53,79); }

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