Html Css Color HEX #1D3751 Regal Blue

📋 copy color: '#1D3751'

red 29 ◦ green 55 ◦ blue 81

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

Shades of Regal Blue #1D3751

Tints of Regal Blue #1D3751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.33%

 BLUE value IS 81 (32.03% from 255) = 49.09%

R = 17.58%
G = 33.33%
B = 49.09%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1D3751 (or 0x1D3751) is known color: Regal Blue. HEX triplet: 1D, 37 and 51. RGB value is (29,55,81). Sum of RGB (Red+Green+Blue) = 29+55+81=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D3751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3751 is #E2C8AE. Grayscale: #323232. Windows color (decimal): -14862511 or 5322525. OLE color: 5322525.

HSL color Cylindrical-coordinate representation of color #1D3751: hue angle of 210º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D3751 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 29 55 81 -
CMYK 0.64 0.32 0 0.68
HSL 210º 0.47% 0.22% -
HSV(B) 210º 0.64% 0.32% -
XYZ 3.36 3.59 8.3 -
YUV 50.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 29 55 81 0.64 0.32 0 0.68 210 0.47 0.22
Hex 1D 37 51 40 20 0 44 D2 2F 16
Octal 35 67 121 100 40 0 104 322 57 26
Binary 11101 110111 1010001 1000000 100000 0 1000100 11010010 101111 10110

Color Harmonies of #1D3751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3751

Black with #1D3751

Text Example


Text Example

White with #1D3751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,55,81); }

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

background-color css

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

 a { background-color: rgb(29,55,81); }

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

border-color css

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

 span { border-color: rgb(29,55,81); }

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