#191C75

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

Shades of Midnight Blue #191C75

Tints of Midnight Blue #191C75

Color information

#191C75 (or 0x191C75) is unknown color: approx Midnight Blue. HEX triplet: 19, 1C and 75. RGB value is (25,28,117). Sum of RGB (Red+Green+Blue) = 25+28+117=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #191C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191C75 is #E6E38A. Grayscale: #242424. Windows color (decimal): -15131531 or 7674905. OLE color: 7674905.

HSL color Cylindrical-coordinate representation of color #191C75: hue angle of 238.04º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #191C75 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2528117-
CMYK0.790.7600.54
HSL238.04º64.79%27.84%-
HSV(B)238.04º78.63%45.88%-
XYZ4.032.3217.07-
YUV37.25173.01119.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.71%
GREEN value IS 28 (11.33% from 255) = 16.47%
BLUE value IS 117 (46.09% from 255) = 68.82%
R=14.71%
G=16.47%
B=68.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25281170.790.7600.54238.0464.7927.84
Hex191C754F4C036ee411c
Octal313416511711406635610134
Binary1100111100111010110011111001100011011011101110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191C75; }

 p { color: rgb(25,28,117); }

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

<style>
 a { background-color: #191C75; }

 a { background-color: rgb(25,28,117); }

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

<style>
 span { border-color: #191C75; }

 span { border-color: rgb(25,28,117); }

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