Html Css Color HEX #1D3D5D Regal Blue

📋 copy color: '#1D3D5D'

red 29 ◦ green 61 ◦ blue 93

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

Shades of Regal Blue #1D3D5D

Tints of Regal Blue #1D3D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.82%

R = 15.85%
G = 33.33%
B = 50.82%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D3D5D (or 0x1D3D5D) is known color: Regal Blue. HEX triplet: 1D, 3D and 5D. RGB value is (29,61,93). Sum of RGB (Red+Green+Blue) = 29+61+93=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D3D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3D5D is #E2C2A2. Grayscale: #363636. Windows color (decimal): -14860963 or 6110493. OLE color: 6110493.

HSL color Cylindrical-coordinate representation of color #1D3D5D: hue angle of 210º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D3D5D is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 61 93 -
CMYK 0.69 0.34 0 0.64
HSL 210º 0.52% 0.24% -
HSV(B) 210º 0.69% 0.36% -
XYZ 4.15 4.39 10.98 -
YUV 55.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 29 61 93 0.69 0.34 0 0.64 210 0.52 0.24
Hex 1D 3D 5D 45 22 0 40 D2 34 18
Octal 35 75 135 105 42 0 100 322 64 30
Binary 11101 111101 1011101 1000101 100010 0 1000000 11010010 110100 11000

Color Harmonies of #1D3D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3D5D

Black with #1D3D5D

Text Example


Text Example

White with #1D3D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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