Html Css Color HEX #1D3C58 Regal Blue

📋 copy color: '#1D3C58'

red 29 ◦ green 60 ◦ blue 88

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

Shades of Regal Blue #1D3C58

Tints of Regal Blue #1D3C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.72%

R = 16.38%
G = 33.9%
B = 49.72%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D3C58 (or 0x1D3C58) is known color: Regal Blue. HEX triplet: 1D, 3C and 58. RGB value is (29,60,88). Sum of RGB (Red+Green+Blue) = 29+60+88=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D3C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3C58 is #E2C3A7. Grayscale: #353535. Windows color (decimal): -14861224 or 5782557. OLE color: 5782557.

HSL color Cylindrical-coordinate representation of color #1D3C58: hue angle of 208.47º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3C58 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 60 88 -
CMYK 0.67 0.32 0 0.65
HSL 208.47º 0.5% 0.23% -
HSV(B) 208.47º 0.67% 0.35% -
XYZ 3.88 4.2 9.84 -
YUV 53.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 29 60 88 0.67 0.32 0 0.65 208.47 0.5 0.23
Hex 1D 3C 58 43 20 0 41 D0 32 17
Octal 35 74 130 103 40 0 101 320 62 27
Binary 11101 111100 1011000 1000011 100000 0 1000001 11010000 110010 10111

Color Harmonies of #1D3C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3C58

Black with #1D3C58

Text Example


Text Example

White with #1D3C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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