#192268

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

Shades of Midnight Blue #192268

Tints of Midnight Blue #192268

Color information

#192268 (or 0x192268) is unknown color: approx Midnight Blue. HEX triplet: 19, 22 and 68. RGB value is (25,34,104). Sum of RGB (Red+Green+Blue) = 25+34+104=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #192268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192268 is #E6DD97. Grayscale: #272727. Windows color (decimal): -15130008 or 6824473. OLE color: 6824473.

HSL color Cylindrical-coordinate representation of color #192268: hue angle of 233.16º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #192268 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2534104-
CMYK0.760.6700.59
HSL233.16º61.24%25.29%-
HSV(B)233.16º75.96%40.78%-
XYZ3.472.3513.37-
YUV39.29164.52117.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 104 (41.02% from 255) = 63.80%
R=15.34%
G=20.86%
B=63.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25341040.760.6700.59233.1661.2425.29
Hex1922684C4303Be93d19
Octal31421501141030733517531
Binary1100110001011010001001100100001101110111110100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192268; }

 p { color: rgb(25,34,104); }

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

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

 a { background-color: rgb(25,34,104); }

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

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

 span { border-color: rgb(25,34,104); }

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