#1D3F5D

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

Shades of Regal Blue #1D3F5D

Tints of Regal Blue #1D3F5D

Color information

#1D3F5D (or 0x1D3F5D) is unknown color: approx Regal Blue. HEX triplet: 1D, 3F and 5D. RGB value is (29,63,93). Sum of RGB (Red+Green+Blue) = 29+63+93=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D3F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F5D is #E2C0A2. Grayscale: #383838. Windows color (decimal): -14860451 or 6111005. OLE color: 6111005.

HSL color Cylindrical-coordinate representation of color #1D3F5D: hue angle of 208.12º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D3F5D is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB296393-
CMYK0.690.3200.64
HSL208.12º52.46%23.92%-
HSV(B)208.12º68.82%36.47%-
XYZ4.264.6111.02-
YUV56.25148.74108.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.68%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=15.68%
G=34.05%
B=50.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2963930.690.3200.64208.1252.4623.92
Hex1D3F5D4520040d03418
Octal35771351054001003206430
Binary1110111111110111011000101100000010000001101000011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,63,93); }

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

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

 a { background-color: rgb(29,63,93); }

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

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

 span { border-color: rgb(29,63,93); }

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