#1D4260

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

Shades of Regal Blue #1D4260

Tints of Regal Blue #1D4260

Color information

#1D4260 (or 0x1D4260) is unknown color: approx Regal Blue. HEX triplet: 1D, 42 and 60. RGB value is (29,66,96). Sum of RGB (Red+Green+Blue) = 29+66+96=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D4260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4260 is #E2BD9F. Grayscale: #3A3A3A. Windows color (decimal): -14859680 or 6308381. OLE color: 6308381.

HSL color Cylindrical-coordinate representation of color #1D4260: hue angle of 206.87º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D4260 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB296696-
CMYK0.700.3100.62
HSL206.87º53.6%24.51%-
HSV(B)206.87º69.79%37.65%-
XYZ4.57511.79-
YUV58.36149.24107.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.18%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 96 (37.89% from 255) = 50.26%
R=15.18%
G=34.55%
B=50.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2966960.700.3100.62206.8753.624.51
Hex1D4260461F03Ecf3619
Octal35102140106370763176631
Binary111011000010110000010001101111101111101100111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,96); }

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

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

 a { background-color: rgb(29,66,96); }

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

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

 span { border-color: rgb(29,66,96); }

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