#1C0B72

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

Shades of Midnight Blue #1C0B72

Tints of Midnight Blue #1C0B72

Color information

#1C0B72 (or 0x1C0B72) is unknown color: approx Midnight Blue. HEX triplet: 1C, 0B and 72. RGB value is (28,11,114). Sum of RGB (Red+Green+Blue) = 28+11+114=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C0B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0B72 is #E3F48D. Grayscale: #1B1B1B. Windows color (decimal): -14939278 or 7473948. OLE color: 7473948.

HSL color Cylindrical-coordinate representation of color #1C0B72: hue angle of 249.9º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C0B72 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2811114-
CMYK0.750.9000.55
HSL249.9º82.4%24.51%-
HSV(B)249.9º90.35%44.71%-
XYZ3.641.716.06-
YUV27.83176.63128.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.30%
GREEN value IS 11 (4.69% from 255) = 7.19%
BLUE value IS 114 (44.92% from 255) = 74.51%
R=18.30%
G=7.19%
B=74.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28111140.750.9000.55249.982.424.51
Hex1CB724B5A037fa5219
Octal341316211313206737212231
Binary111001011111001010010111011010011011111111010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,11,114); }

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

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

 a { background-color: rgb(28,11,114); }

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

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

 span { border-color: rgb(28,11,114); }

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