Html Css Color HEX #1D3C5B Regal Blue

📋 copy color: '#1D3C5B'

red 29 ◦ green 60 ◦ blue 91

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

Shades of Regal Blue #1D3C5B

Tints of Regal Blue #1D3C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.33%

 BLUE value IS 91 (35.94% from 255) = 50.56%

R = 16.11%
G = 33.33%
B = 50.56%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D3C5B (or 0x1D3C5B) is known color: Regal Blue. HEX triplet: 1D, 3C and 5B. RGB value is (29,60,91). Sum of RGB (Red+Green+Blue) = 29+60+91=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D3C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3C5B is #E2C3A4. Grayscale: #363636. Windows color (decimal): -14861221 or 5979165. OLE color: 5979165.

HSL color Cylindrical-coordinate representation of color #1D3C5B: 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.68%. Process color model (Four color, CMYK) of #1D3C5B is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 60 91 -
CMYK 0.68 0.34 0 0.64
HSL 210º 0.52% 0.24% -
HSV(B) 210º 0.68% 0.36% -
XYZ 4.01 4.25 10.51 -
YUV 54.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 29 60 91 0.68 0.34 0 0.64 210 0.52 0.24
Hex 1D 3C 5B 44 22 0 40 D2 34 18
Octal 35 74 133 104 42 0 100 322 64 30
Binary 11101 111100 1011011 1000100 100010 0 1000000 11010010 110100 11000

Color Harmonies of #1D3C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3C5B

Black with #1D3C5B

Text Example


Text Example

White with #1D3C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,60,91); }

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

background-color css

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

 a { background-color: rgb(29,60,91); }

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

border-color css

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

 span { border-color: rgb(29,60,91); }

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