#1F324B

Color #1F324B Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #1F324B

Tints of Midnight #1F324B

Color information

#1F324B (or 0x1F324B) is unknown color: approx Midnight. HEX triplet: 1F, 32 and 4B. RGB value is (31,50,75). Sum of RGB (Red+Green+Blue) = 31+50+75=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F324B is #E0CDB4. Grayscale: #2F2F2F. Windows color (decimal): -14732725 or 4928031. OLE color: 4928031.

HSL color Cylindrical-coordinate representation of color #1F324B: hue angle of 214.09º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F324B is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB315075-
CMYK0.590.3300.71
HSL214.09º41.51%20.78%-
HSV(B)214.09º58.67%29.41%-
XYZ2.983.087.09-
YUV47.17143.71116.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.87%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=19.87%
G=32.05%
B=48.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3150750.590.3300.71214.0941.5120.78
Hex1F324B3B21047d62a15
Octal3762113734101073265225
Binary111111100101001011111011100001010001111101011010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,50,75); }

 H1.HeaderClassName
 {
   color: #1F324B;
 }
 .AnyTagClassName
 {
   color: #1F324B;
 }
</style>
background-color css

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

 a { background-color: rgb(31,50,75); }

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

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

 span { border-color: rgb(31,50,75); }

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