#192B40

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

Shades of Midnight #192B40

Tints of Midnight #192B40

Color information

#192B40 (or 0x192B40) is unknown color: approx Midnight. HEX triplet: 19, 2B and 40. RGB value is (25,43,64). Sum of RGB (Red+Green+Blue) = 25+43+64=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #192B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192B40 is #E6D4BF. Grayscale: #272727. Windows color (decimal): -15127744 or 4205337. OLE color: 4205337.

HSL color Cylindrical-coordinate representation of color #192B40: hue angle of 212.31º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #192B40 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB254364-
CMYK0.610.3300.75
HSL212.31º43.82%17.45%-
HSV(B)212.31º60.94%25.1%-
XYZ2.192.35.18-
YUV40.01141.54117.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 43 (17.19% from 255) = 32.58%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=18.94%
G=32.58%
B=48.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2543640.610.3300.75212.3143.8217.45
Hex192B403D2104Bd42c11
Octal3153100754101133245421
Binary110011010111000000111101100001010010111101010010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192B40; }

 p { color: rgb(25,43,64); }

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

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

 a { background-color: rgb(25,43,64); }

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

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

 span { border-color: rgb(25,43,64); }

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