#1D4262

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

Shades of Regal Blue #1D4262

Tints of Regal Blue #1D4262

Color information

#1D4262 (or 0x1D4262) is unknown color: approx Regal Blue. HEX triplet: 1D, 42 and 62. RGB value is (29,66,98). Sum of RGB (Red+Green+Blue) = 29+66+98=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D4262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4262 is #E2BD9D. Grayscale: #3A3A3A. Windows color (decimal): -14859678 or 6439453. OLE color: 6439453.

HSL color Cylindrical-coordinate representation of color #1D4262: hue angle of 207.83º 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 #1D4262 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB296698-
CMYK0.700.3300.62
HSL207.83º54.33%24.9%-
HSV(B)207.83º70.41%38.43%-
XYZ4.665.0412.28-
YUV58.58150.24106.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.03%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=15.03%
G=34.20%
B=50.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2966980.700.3300.62207.8354.3324.9
Hex1D4262462103Ed03619
Octal35102142106410763206631
Binary1110110000101100010100011010000101111101101000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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