Html Css Color HEX #1D4158 Regal Blue

📋 copy color: '#1D4158'

red 29 ◦ green 65 ◦ blue 88

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

Shades of Regal Blue #1D4158

Tints of Regal Blue #1D4158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

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

R = 15.93%
G = 35.71%
B = 48.35%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D4158 (or 0x1D4158) is known color: Regal Blue. HEX triplet: 1D, 41 and 58. RGB value is (29,65,88). Sum of RGB (Red+Green+Blue) = 29+65+88=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D4158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4158 is #E2BEA7. Grayscale: #383838. Windows color (decimal): -14859944 or 5783837. OLE color: 5783837.

HSL color Cylindrical-coordinate representation of color #1D4158: hue angle of 203.39º 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 #1D4158 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 65 88 -
CMYK 0.67 0.26 0 0.65
HSL 203.39º 0.5% 0.23% -
HSV(B) 203.39º 0.67% 0.35% -
XYZ 4.16 4.75 9.93 -
YUV 56.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 29 65 88 0.67 0.26 0 0.65 203.39 0.5 0.23
Hex 1D 41 58 43 1A 0 41 CB 32 17
Octal 35 101 130 103 32 0 101 313 62 27
Binary 11101 1000001 1011000 1000011 11010 0 1000001 11001011 110010 10111

Color Harmonies of #1D4158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4158

Black with #1D4158

Text Example


Text Example

White with #1D4158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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