Html Css Color HEX #1D3E56 Regal Blue

📋 copy color: '#1D3E56'

red 29 ◦ green 62 ◦ blue 86

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

Shades of Regal Blue #1D3E56

Tints of Regal Blue #1D3E56

RGB

 RED value IS 29 (11.72% from 255) = 16.38%

 GREEN value IS 62 (24.61% from 255) = 35.03%

 BLUE value IS 86 (33.98% from 255) = 48.59%

R = 16.38%
G = 35.03%
B = 48.59%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1D3E56 (or 0x1D3E56) is known color: Regal Blue. HEX triplet: 1D, 3E and 56. RGB value is (29,62,86). Sum of RGB (Red+Green+Blue) = 29+62+86=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D3E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3E56 is #E2C1A9. Grayscale: #363636. Windows color (decimal): -14860714 or 5651997. OLE color: 5651997.

HSL color Cylindrical-coordinate representation of color #1D3E56: hue angle of 205.26º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D3E56 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 62 86 -
CMYK 0.66 0.28 0 0.66
HSL 205.26º 0.5% 0.23% -
HSV(B) 205.26º 0.66% 0.34% -
XYZ 3.91 4.38 9.44 -
YUV 54.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 29 62 86 0.66 0.28 0 0.66 205.26 0.5 0.23
Hex 1D 3E 56 42 1C 0 42 CD 32 17
Octal 35 76 126 102 34 0 102 315 62 27
Binary 11101 111110 1010110 1000010 11100 0 1000010 11001101 110010 10111

Color Harmonies of #1D3E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3E56

Black with #1D3E56

Text Example


Text Example

White with #1D3E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,62,86); }

 H1.HeaderClassName
 {
   color: #1D3E56;
 }
 .AnyTagClassName
 {
   color: #1D3E56;
 }
</style>

background-color css

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

 a { background-color: rgb(29,62,86); }

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

border-color css

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

 span { border-color: rgb(29,62,86); }

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