#1D446C

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

Shades of Regal Blue #1D446C

Tints of Regal Blue #1D446C

Color information

#1D446C (or 0x1D446C) is unknown color: approx Regal Blue. HEX triplet: 1D, 44 and 6C. RGB value is (29,68,108). Sum of RGB (Red+Green+Blue) = 29+68+108=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D446C is #E2BB93. Grayscale: #3C3C3C. Windows color (decimal): -14859156 or 7095325. OLE color: 7095325.

HSL color Cylindrical-coordinate representation of color #1D446C: hue angle of 210.38º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D446C is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2968108-
CMYK0.730.3700.58
HSL210.38º57.66%26.86%-
HSV(B)210.38º73.15%42.35%-
XYZ5.285.4814.97-
YUV60.9154.58105.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.15%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=14.15%
G=33.17%
B=52.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29681080.730.3700.58210.3857.6626.86
Hex1D446C492503Ad23a1b
Octal35104154111450723227233
Binary1110110001001101100100100110010101110101101001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,68,108); }

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

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

 a { background-color: rgb(29,68,108); }

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

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

 span { border-color: rgb(29,68,108); }

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