Html Css Color HEX #1D3F56 Regal Blue

📋 copy color: '#1D3F56'

red 29 ◦ green 63 ◦ blue 86

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

Shades of Regal Blue #1D3F56

Tints of Regal Blue #1D3F56

RGB

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

 GREEN value IS 63 (25% from 255) = 35.39%

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

R = 16.29%
G = 35.39%
B = 48.31%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1D3F56 (or 0x1D3F56) is known color: Regal Blue. HEX triplet: 1D, 3F and 56. RGB value is (29,63,86). Sum of RGB (Red+Green+Blue) = 29+63+86=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D3F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F56 is #E2C0A9. Grayscale: #373737. Windows color (decimal): -14860458 or 5652253. OLE color: 5652253.

HSL color Cylindrical-coordinate representation of color #1D3F56: hue angle of 204.21º 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 #1D3F56 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 63 86 -
CMYK 0.66 0.27 0 0.66
HSL 204.21º 0.5% 0.23% -
HSV(B) 204.21º 0.66% 0.34% -
XYZ 3.96 4.49 9.46 -
YUV 55.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 29 63 86 0.66 0.27 0 0.66 204.21 0.5 0.23
Hex 1D 3F 56 42 1B 0 42 CC 32 17
Octal 35 77 126 102 33 0 102 314 62 27
Binary 11101 111111 1010110 1000010 11011 0 1000010 11001100 110010 10111

Color Harmonies of #1D3F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3F56

Black with #1D3F56

Text Example


Text Example

White with #1D3F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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