#1C207B

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

Shades of Midnight Blue #1C207B

Tints of Midnight Blue #1C207B

Color information

#1C207B (or 0x1C207B) is unknown color: approx Midnight Blue. HEX triplet: 1C, 20 and 7B. RGB value is (28,32,123). Sum of RGB (Red+Green+Blue) = 28+32+123=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C207B is #E3DF84. Grayscale: #282828. Windows color (decimal): -14933893 or 8069148. OLE color: 8069148.

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

Color convert

RGB2832123-
CMYK0.770.7400.52
HSL237.47º62.91%29.61%-
HSV(B)237.47º77.24%48.24%-
XYZ4.572.7119.02-
YUV41.18174.17118.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.30%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 123 (48.44% from 255) = 67.21%
R=15.30%
G=17.49%
B=67.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28321230.770.7400.52237.4762.9129.61
Hex1C207B4D4A034ed3f1e
Octal34401731151120643557736
Binary1110010000011110111001101100101001101001110110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,32,123); }

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

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

 a { background-color: rgb(28,32,123); }

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

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

 span { border-color: rgb(28,32,123); }

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