Html Css Color HEX #1D415B Regal Blue

📋 copy color: '#1D415B'

red 29 ◦ green 65 ◦ blue 91

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

Shades of Regal Blue #1D415B

Tints of Regal Blue #1D415B

RGB

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

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

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

R = 15.68%
G = 35.14%
B = 49.19%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D415B (or 0x1D415B) is known color: Regal Blue. HEX triplet: 1D, 41 and 5B. RGB value is (29,65,91). Sum of RGB (Red+Green+Blue) = 29+65+91=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D415B is #E2BEA4. Grayscale: #393939. Windows color (decimal): -14859941 or 5980445. OLE color: 5980445.

HSL color Cylindrical-coordinate representation of color #1D415B: hue angle of 205.16º 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 #1D415B is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 65 91 -
CMYK 0.68 0.29 0 0.64
HSL 205.16º 0.52% 0.24% -
HSV(B) 205.16º 0.68% 0.36% -
XYZ 4.29 4.8 10.6 -
YUV 57.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 29 65 91 0.68 0.29 0 0.64 205.16 0.52 0.24
Hex 1D 41 5B 44 1D 0 40 CD 34 18
Octal 35 101 133 104 35 0 100 315 64 30
Binary 11101 1000001 1011011 1000100 11101 0 1000000 11001101 110100 11000

Color Harmonies of #1D415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D415B

Black with #1D415B

Text Example


Text Example

White with #1D415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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