#1F227A

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

Shades of Midnight Blue #1F227A

Tints of Midnight Blue #1F227A

Color information

#1F227A (or 0x1F227A) is unknown color: approx Midnight Blue. HEX triplet: 1F, 22 and 7A. RGB value is (31,34,122). Sum of RGB (Red+Green+Blue) = 31+34+122=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F227A is #E0DD85. Grayscale: #2A2A2A. Windows color (decimal): -14736774 or 8004127. OLE color: 8004127.

HSL color Cylindrical-coordinate representation of color #1F227A: hue angle of 238.02º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F227A is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3134122-
CMYK0.750.7200.52
HSL238.02º59.48%30%-
HSV(B)238.02º74.59%47.84%-
XYZ4.652.8418.72-
YUV43.14172.51119.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.58%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 122 (48.05% from 255) = 65.24%
R=16.58%
G=18.18%
B=65.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31341220.750.7200.52238.0259.4830
Hex1F227A4B48034ee3b1e
Octal37421721131100643567336
Binary1111110001011110101001011100100001101001110111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,34,122); }

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

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

 a { background-color: rgb(31,34,122); }

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

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

 span { border-color: rgb(31,34,122); }

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