#1C227F

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

Shades of Midnight Blue #1C227F

Tints of Midnight Blue #1C227F

Color information

#1C227F (or 0x1C227F) is unknown color: approx Midnight Blue. HEX triplet: 1C, 22 and 7F. RGB value is (28,34,127). Sum of RGB (Red+Green+Blue) = 28+34+127=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C227F is #E3DD80. Grayscale: #2A2A2A. Windows color (decimal): -14933377 or 8331804. OLE color: 8331804.

HSL color Cylindrical-coordinate representation of color #1C227F: hue angle of 236.36º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C227F is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2834127-
CMYK0.780.7300.50
HSL236.36º63.87%30.39%-
HSV(B)236.36º77.95%49.8%-
XYZ4.882.9220.39-
YUV42.81175.51117.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.81%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 127 (50% from 255) = 67.20%
R=14.81%
G=17.99%
B=67.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal28341270.780.7300.50236.3663.8730.39
Hex1C227F4E49032ec401e
Octal344217711611106235410036
Binary11100100010111111110011101001001011001011101100100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,34,127); }

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

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

 a { background-color: rgb(28,34,127); }

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

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

 span { border-color: rgb(28,34,127); }

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