Html Css Color HEX #1D3951 Regal Blue

📋 copy color: '#1D3951'

red 29 ◦ green 57 ◦ blue 81

#1D3951
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #1D3951

Tints of Regal Blue #1D3951

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.5%

R = 17.37%
G = 34.13%
B = 48.5%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1D3951 (or 0x1D3951) is known color: 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

RGB 29 57 81 -
CMYK 0.64 0.30 0 0.68
HSL 207.69º 0.47% 0.22% -
HSV(B) 207.69º 0.64% 0.32% -
XYZ 3.46 3.78 8.33 -
YUV 51.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 29 57 81 0.64 0.30 0 0.68 207.69 0.47 0.22
Hex 1D 39 51 40 1E 0 44 D0 2F 16
Octal 35 71 121 100 36 0 104 320 57 26
Binary 11101 111001 1010001 1000000 11110 0 1000100 11010000 101111 10110

Color Harmonies of #1D3951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3951

Black with #1D3951

Text Example


Text Example

White with #1D3951

Text Example


Text Example

HTML Codes & Css Web 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>