#1C0B6E

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

Shades of Midnight Blue #1C0B6E

Tints of Midnight Blue #1C0B6E

Color information

#1C0B6E (or 0x1C0B6E) is unknown color: approx Midnight Blue. HEX triplet: 1C, 0B and 6E. RGB value is (28,11,110). Sum of RGB (Red+Green+Blue) = 28+11+110=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C0B6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0B6E is #E3F491. Grayscale: #1A1A1A. Windows color (decimal): -14939282 or 7211804. OLE color: 7211804.

HSL color Cylindrical-coordinate representation of color #1C0B6E: hue angle of 250.3º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C0B6E is Cyan = 0.75, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2811110-
CMYK0.750.900.57
HSL250.3º81.82%23.73%-
HSV(B)250.3º90%43.14%-
XYZ3.411.6114.88-
YUV27.37174.63128.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.79%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 110 (43.36% from 255) = 73.83%
R=18.79%
G=7.38%
B=73.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28111100.750.900.57250.381.8223.73
Hex1CB6E4B5A039fa5218
Octal341315611313207137212230
Binary111001011110111010010111011010011100111111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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