Html Css Color HEX #1D3248 Midnight

📋 copy color: '#1D3248'

red 29 ◦ green 50 ◦ blue 72

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

Shades of Midnight #1D3248

Tints of Midnight #1D3248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.11%

 BLUE value IS 72 (28.52% from 255) = 47.68%

R = 19.21%
G = 33.11%
B = 47.68%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D3248 (or 0x1D3248) is known color: Midnight. HEX triplet: 1D, 32 and 48. RGB value is (29,50,72). Sum of RGB (Red+Green+Blue) = 29+50+72=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D3248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3248 is #E2CDB7. Grayscale: #2E2E2E. Windows color (decimal): -14863800 or 4731421. OLE color: 4731421.

HSL color Cylindrical-coordinate representation of color #1D3248: hue angle of 210.7º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D3248 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 50 72 -
CMYK 0.60 0.31 0 0.72
HSL 210.7º 0.43% 0.2% -
HSV(B) 210.7º 0.6% 0.28% -
XYZ 2.82 3.01 6.56 -
YUV 46.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 29 50 72 0.60 0.31 0 0.72 210.7 0.43 0.2
Hex 1D 32 48 3C 1F 0 48 D3 2B 14
Octal 35 62 110 74 37 0 110 323 53 24
Binary 11101 110010 1001000 111100 11111 0 1001000 11010011 101011 10100

Color Harmonies of #1D3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3248

Black with #1D3248

Text Example


Text Example

White with #1D3248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,50,72); }

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

background-color css

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

 a { background-color: rgb(29,50,72); }

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

border-color css

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

 span { border-color: rgb(29,50,72); }

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