#1D4469

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

Shades of Regal Blue #1D4469

Tints of Regal Blue #1D4469

Color information

#1D4469 (or 0x1D4469) is unknown color: approx Regal Blue. HEX triplet: 1D, 44 and 69. RGB value is (29,68,105). Sum of RGB (Red+Green+Blue) = 29+68+105=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D4469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4469 is #E2BB96. Grayscale: #3C3C3C. Windows color (decimal): -14859159 or 6898717. OLE color: 6898717.

HSL color Cylindrical-coordinate representation of color #1D4469: hue angle of 209.21º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D4469 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2968105-
CMYK0.720.3500.59
HSL209.21º56.72%26.27%-
HSV(B)209.21º72.38%41.18%-
XYZ5.125.4214.14-
YUV60.56153.08105.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.36%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 105 (41.41% from 255) = 51.98%
R=14.36%
G=33.66%
B=51.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29681050.720.3500.59209.2156.7226.27
Hex1D4469482303Bd1391a
Octal35104151110430733217132
Binary1110110001001101001100100010001101110111101000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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