#1C2262

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

Shades of Midnight Blue #1C2262

Tints of Midnight Blue #1C2262

Color information

#1C2262 (or 0x1C2262) is unknown color: approx Midnight Blue. HEX triplet: 1C, 22 and 62. RGB value is (28,34,98). Sum of RGB (Red+Green+Blue) = 28+34+98=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C2262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2262 is #E3DD9D. Grayscale: #272727. Windows color (decimal): -14933406 or 6431260. OLE color: 6431260.

HSL color Cylindrical-coordinate representation of color #1C2262: hue angle of 234.86º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C2262 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB283498-
CMYK0.710.6500.62
HSL234.86º55.56%24.71%-
HSV(B)234.86º71.43%38.43%-
XYZ3.262.2711.82-
YUV39.5161.01119.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.5%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 98 (38.67% from 255) = 61.25%
R=17.5%
G=21.25%
B=61.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2834980.710.6500.62234.8655.5624.71
Hex1C2262474103Eeb3819
Octal34421421071010763537031
Binary1110010001011000101000111100000101111101110101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,34,98); }

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

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

 a { background-color: rgb(28,34,98); }

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

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

 span { border-color: rgb(28,34,98); }

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