#1D3951

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

Shades of Regal Blue #1D3951

Tints of Regal Blue #1D3951

Color information

#1D3951 (or 0x1D3951) is unknown color: approx Regal Blue. HEX triplet: 1D, 39 and 51. RGB value is (29,57,81). Sum of RGB (Red+Green+Blue) = 29+57+81=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3951 is #E2C6AE. Grayscale: #333333. Windows color (decimal): -14861999 or 5323037. OLE color: 5323037.

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

Color convert

RGB295781-
CMYK0.640.3000.68
HSL207.69º47.27%21.57%-
HSV(B)207.69º64.2%31.76%-
XYZ3.463.788.33-
YUV51.36144.72112.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.37%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 81 (32.03% from 255) = 48.50%
R=17.37%
G=34.13%
B=48.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2957810.640.3000.68207.6947.2721.57
Hex1D3951401E044d02f16
Octal35711211003601043205726
Binary111011110011010001100000011110010001001101000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,81); }

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

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

 a { background-color: rgb(29,57,81); }

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

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

 span { border-color: rgb(29,57,81); }

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