#1C298A

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

Shades of Midnight Blue #1C298A

Tints of Midnight Blue #1C298A

Color information

#1C298A (or 0x1C298A) is unknown color: approx Midnight Blue. HEX triplet: 1C, 29 and 8A. RGB value is (28,41,138). Sum of RGB (Red+Green+Blue) = 28+41+138=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C298A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C298A is #E3D675. Grayscale: #2F2F2F. Windows color (decimal): -14931574 or 9054492. OLE color: 9054492.

HSL color Cylindrical-coordinate representation of color #1C298A: hue angle of 232.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C298A is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2841138-
CMYK0.800.7000.46
HSL232.91º66.27%32.55%-
HSV(B)232.91º79.71%54.12%-
XYZ5.863.6724.44-
YUV48.17178.69113.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.53%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=13.53%
G=19.81%
B=66.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28411380.800.7000.46232.9166.2732.55
Hex1C298A504602Ee94221
Octal345121212010605635110241
Binary1110010100110001010101000010001100101110111010011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,41,138); }

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

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

 a { background-color: rgb(28,41,138); }

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

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

 span { border-color: rgb(28,41,138); }

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