#1D405C

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

Shades of Regal Blue #1D405C

Tints of Regal Blue #1D405C

Color information

#1D405C (or 0x1D405C) is unknown color: approx Regal Blue. HEX triplet: 1D, 40 and 5C. RGB value is (29,64,92). Sum of RGB (Red+Green+Blue) = 29+64+92=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D405C is #E2BFA3. Grayscale: #383838. Windows color (decimal): -14860196 or 6045725. OLE color: 6045725.

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

Color convert

RGB296492-
CMYK0.680.3000.64
HSL206.67º52.07%23.73%-
HSV(B)206.67º68.48%36.08%-
XYZ4.274.710.81-
YUV56.73147.9108.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.68%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=15.68%
G=34.59%
B=49.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2964920.680.3000.64206.6752.0723.73
Hex1D405C441E040cf3418
Octal351001341043601003176430
Binary1110110000001011100100010011110010000001100111111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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