#1C096E

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

Shades of Midnight Blue #1C096E

Tints of Midnight Blue #1C096E

Color information

#1C096E (or 0x1C096E) is unknown color: approx Midnight Blue. HEX triplet: 1C, 09 and 6E. RGB value is (28,9,110). Sum of RGB (Red+Green+Blue) = 28+9+110=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C096E is #E3F691. Grayscale: #191919. Windows color (decimal): -14939794 or 7211292. OLE color: 7211292.

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

Color convert

RGB289110-
CMYK0.750.9200.57
HSL251.29º84.87%23.33%-
HSV(B)251.29º91.82%43.14%-
XYZ3.391.5714.88-
YUV26.2175.29129.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.05%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 110 (43.36% from 255) = 74.83%
R=19.05%
G=6.12%
B=74.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2891100.750.9200.57251.2984.8723.33
Hex1C96E4B5C039fb5517
Octal341115611313407137312527
Binary111001001110111010010111011100011100111111011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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