Html Css Color HEX #1D3E53 Regal Blue

📋 copy color: '#1D3E53'

red 29 ◦ green 62 ◦ blue 83

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

Shades of Regal Blue #1D3E53

Tints of Regal Blue #1D3E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 47.7%

R = 16.67%
G = 35.63%
B = 47.7%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1D3E53 (or 0x1D3E53) is known color: Regal Blue. HEX triplet: 1D, 3E and 53. RGB value is (29,62,83). Sum of RGB (Red+Green+Blue) = 29+62+83=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D3E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3E53 is #E2C1AC. Grayscale: #363636. Windows color (decimal): -14860717 or 5455389. OLE color: 5455389.

HSL color Cylindrical-coordinate representation of color #1D3E53: hue angle of 203.33º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D3E53 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 62 83 -
CMYK 0.65 0.25 0 0.67
HSL 203.33º 0.48% 0.22% -
HSV(B) 203.33º 0.65% 0.33% -
XYZ 3.79 4.33 8.82 -
YUV 54.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 29 62 83 0.65 0.25 0 0.67 203.33 0.48 0.22
Hex 1D 3E 53 41 19 0 43 CB 30 16
Octal 35 76 123 101 31 0 103 313 60 26
Binary 11101 111110 1010011 1000001 11001 0 1000011 11001011 110000 10110

Color Harmonies of #1D3E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3E53

Black with #1D3E53

Text Example


Text Example

White with #1D3E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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