#1C217A

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

Shades of Midnight Blue #1C217A

Tints of Midnight Blue #1C217A

Color information

#1C217A (or 0x1C217A) is unknown color: approx Midnight Blue. HEX triplet: 1C, 21 and 7A. RGB value is (28,33,122). Sum of RGB (Red+Green+Blue) = 28+33+122=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C217A is #E3DE85. Grayscale: #292929. Windows color (decimal): -14933638 or 8003868. OLE color: 8003868.

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

Color convert

RGB2833122-
CMYK0.770.7300.52
HSL236.81º62.67%29.41%-
HSV(B)236.81º77.05%47.84%-
XYZ4.542.7418.7-
YUV41.65173.34118.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.30%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 122 (48.05% from 255) = 66.67%
R=15.30%
G=18.03%
B=66.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28331220.770.7300.52236.8162.6729.41
Hex1C217A4D49034ed3f1d
Octal34411721151110643557735
Binary1110010000111110101001101100100101101001110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,33,122); }

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

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

 a { background-color: rgb(28,33,122); }

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

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

 span { border-color: rgb(28,33,122); }

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