#1D4462

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

Shades of Regal Blue #1D4462

Tints of Regal Blue #1D4462

Color information

#1D4462 (or 0x1D4462) is unknown color: approx Regal Blue. HEX triplet: 1D, 44 and 62. RGB value is (29,68,98). Sum of RGB (Red+Green+Blue) = 29+68+98=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D4462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4462 is #E2BB9D. Grayscale: #3B3B3B. Windows color (decimal): -14859166 or 6439965. OLE color: 6439965.

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

Color convert

RGB296898-
CMYK0.700.3100.62
HSL206.09º54.33%24.9%-
HSV(B)206.09º70.41%38.43%-
XYZ4.785.2812.32-
YUV59.76149.58106.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.87%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=14.87%
G=34.87%
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
Decimal2968980.700.3100.62206.0954.3324.9
Hex1D4462461F03Ece3619
Octal35104142106370763166631
Binary111011000100110001010001101111101111101100111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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