#1F2375

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

Shades of Midnight Blue #1F2375

Tints of Midnight Blue #1F2375

Color information

#1F2375 (or 0x1F2375) is unknown color: approx Midnight Blue. HEX triplet: 1F, 23 and 75. RGB value is (31,35,117). Sum of RGB (Red+Green+Blue) = 31+35+117=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F2375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2375 is #E0DC8A. Grayscale: #2A2A2A. Windows color (decimal): -14736523 or 7676703. OLE color: 7676703.

HSL color Cylindrical-coordinate representation of color #1F2375: hue angle of 237.21º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F2375 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3135117-
CMYK0.740.7000.54
HSL237.21º58.11%29.02%-
HSV(B)237.21º73.5%45.88%-
XYZ4.382.7817.14-
YUV43.15169.67119.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.94%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 117 (46.09% from 255) = 63.93%
R=16.94%
G=19.13%
B=63.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31351170.740.7000.54237.2158.1129.02
Hex1F23754A46036ed3a1d
Octal37431651121060663557235
Binary1111110001111101011001010100011001101101110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,117); }

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

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

 a { background-color: rgb(31,35,117); }

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

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

 span { border-color: rgb(31,35,117); }

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