Html Css Color HEX #1D3B57 Regal Blue

📋 copy color: '#1D3B57'

red 29 ◦ green 59 ◦ blue 87

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

Shades of Regal Blue #1D3B57

Tints of Regal Blue #1D3B57

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.71%

 BLUE value IS 87 (34.38% from 255) = 49.71%

R = 16.57%
G = 33.71%
B = 49.71%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1D3B57 (or 0x1D3B57) is known color: Regal Blue. HEX triplet: 1D, 3B and 57. RGB value is (29,59,87). Sum of RGB (Red+Green+Blue) = 29+59+87=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D3B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3B57 is #E2C4A8. Grayscale: #353535. Windows color (decimal): -14861481 or 5716765. OLE color: 5716765.

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

Color convert

RGB 29 59 87 -
CMYK 0.67 0.32 0 0.66
HSL 208.97º 0.5% 0.23% -
HSV(B) 208.97º 0.67% 0.34% -
XYZ 3.79 4.08 9.6 -
YUV 53.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 29 59 87 0.67 0.32 0 0.66 208.97 0.5 0.23
Hex 1D 3B 57 43 20 0 42 D1 32 17
Octal 35 73 127 103 40 0 102 321 62 27
Binary 11101 111011 1010111 1000011 100000 0 1000010 11010001 110010 10111

Color Harmonies of #1D3B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3B57

Black with #1D3B57

Text Example


Text Example

White with #1D3B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,59,87); }

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

background-color css

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

 a { background-color: rgb(29,59,87); }

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

border-color css

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

 span { border-color: rgb(29,59,87); }

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