Html Css Color HEX #1D4056 Regal Blue

📋 copy color: '#1D4056'

red 29 ◦ green 64 ◦ blue 86

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

Shades of Regal Blue #1D4056

Tints of Regal Blue #1D4056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.75%

 BLUE value IS 86 (33.98% from 255) = 48.04%

R = 16.2%
G = 35.75%
B = 48.04%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1D4056 (or 0x1D4056) is known color: Regal Blue. HEX triplet: 1D, 40 and 56. RGB value is (29,64,86). Sum of RGB (Red+Green+Blue) = 29+64+86=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D4056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4056 is #E2BFA9. Grayscale: #373737. Windows color (decimal): -14860202 or 5652509. OLE color: 5652509.

HSL color Cylindrical-coordinate representation of color #1D4056: hue angle of 203.16º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D4056 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 64 86 -
CMYK 0.66 0.26 0 0.66
HSL 203.16º 0.5% 0.23% -
HSV(B) 203.16º 0.66% 0.34% -
XYZ 4.02 4.6 9.48 -
YUV 56.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 29 64 86 0.66 0.26 0 0.66 203.16 0.5 0.23
Hex 1D 40 56 42 1A 0 42 CB 32 17
Octal 35 100 126 102 32 0 102 313 62 27
Binary 11101 1000000 1010110 1000010 11010 0 1000010 11001011 110010 10111

Color Harmonies of #1D4056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4056

Black with #1D4056

Text Example


Text Example

White with #1D4056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,64,86); }

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

background-color css

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

 a { background-color: rgb(29,64,86); }

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

border-color css

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

 span { border-color: rgb(29,64,86); }

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