#1F2568

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

Shades of Midnight Blue #1F2568

Tints of Midnight Blue #1F2568

Color information

#1F2568 (or 0x1F2568) is unknown color: approx Midnight Blue. HEX triplet: 1F, 25 and 68. RGB value is (31,37,104). Sum of RGB (Red+Green+Blue) = 31+37+104=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F2568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2568 is #E0DA97. Grayscale: #2A2A2A. Windows color (decimal): -14736024 or 6825247. OLE color: 6825247.

HSL color Cylindrical-coordinate representation of color #1F2568: hue angle of 235.07º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F2568 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3137104-
CMYK0.700.6400.59
HSL235.07º54.07%26.47%-
HSV(B)235.07º70.19%40.78%-
XYZ3.732.6113.4-
YUV42.84162.51119.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.02%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 104 (41.02% from 255) = 60.47%
R=18.02%
G=21.51%
B=60.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31371040.700.6400.59235.0754.0726.47
Hex1F2568464003Beb361a
Octal37451501061000733536632
Binary1111110010111010001000110100000001110111110101111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,104); }

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

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

 a { background-color: rgb(31,37,104); }

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

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

 span { border-color: rgb(31,37,104); }

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