Html Css Color HEX #1D3D56 Regal Blue

📋 copy color: '#1D3D56'

red 29 ◦ green 61 ◦ blue 86

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

Shades of Regal Blue #1D3D56

Tints of Regal Blue #1D3D56

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.66%

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

R = 16.48%
G = 34.66%
B = 48.86%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1D3D56 (or 0x1D3D56) is known color: Regal Blue. HEX triplet: 1D, 3D and 56. RGB value is (29,61,86). Sum of RGB (Red+Green+Blue) = 29+61+86=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D3D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3D56 is #E2C2A9. Grayscale: #363636. Windows color (decimal): -14860970 or 5651741. OLE color: 5651741.

HSL color Cylindrical-coordinate representation of color #1D3D56: hue angle of 206.32º 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 #1D3D56 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 61 86 -
CMYK 0.66 0.29 0 0.66
HSL 206.32º 0.5% 0.23% -
HSV(B) 206.32º 0.66% 0.34% -
XYZ 3.86 4.27 9.43 -
YUV 54.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 29 61 86 0.66 0.29 0 0.66 206.32 0.5 0.23
Hex 1D 3D 56 42 1D 0 42 CE 32 17
Octal 35 75 126 102 35 0 102 316 62 27
Binary 11101 111101 1010110 1000010 11101 0 1000010 11001110 110010 10111

Color Harmonies of #1D3D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3D56

Black with #1D3D56

Text Example


Text Example

White with #1D3D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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