#1C2685

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

Shades of Midnight Blue #1C2685

Tints of Midnight Blue #1C2685

Color information

#1C2685 (or 0x1C2685) is unknown color: approx Midnight Blue. HEX triplet: 1C, 26 and 85. RGB value is (28,38,133). Sum of RGB (Red+Green+Blue) = 28+38+133=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C2685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2685 is #E3D97A. Grayscale: #2D2D2D. Windows color (decimal): -14932347 or 8726044. OLE color: 8726044.

HSL color Cylindrical-coordinate representation of color #1C2685: hue angle of 234.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C2685 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2838133-
CMYK0.790.7100.48
HSL234.29º65.22%31.57%-
HSV(B)234.29º78.95%52.16%-
XYZ5.413.3322.55-
YUV45.84177.19115.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.07%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 133 (52.34% from 255) = 66.83%
R=14.07%
G=19.10%
B=66.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28381330.790.7100.48234.2965.2231.57
Hex1C26854F47030ea4120
Octal344620511710706035210140
Binary1110010011010000101100111110001110110000111010101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,38,133); }

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

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

 a { background-color: rgb(28,38,133); }

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

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

 span { border-color: rgb(28,38,133); }

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