#192481

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

Shades of Midnight Blue #192481

Tints of Midnight Blue #192481

Color information

#192481 (or 0x192481) is unknown color: approx Midnight Blue. HEX triplet: 19, 24 and 81. RGB value is (25,36,129). Sum of RGB (Red+Green+Blue) = 25+36+129=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 129 (50.78% from 255 or 67.89% from 190); Max value from RGB is 129 - color contains mainly: blue. Hex color #192481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192481 is #E6DB7E. Grayscale: #2A2A2A. Windows color (decimal): -15129471 or 8463385. OLE color: 8463385.

HSL color Cylindrical-coordinate representation of color #192481: hue angle of 233.65º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #192481 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2536129-
CMYK0.810.7200.49
HSL233.65º67.53%30.2%-
HSV(B)233.65º80.62%50.59%-
XYZ4.993.0521.1-
YUV43.31176.36114.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 129 (50.78% from 255) = 67.89%
R=13.16%
G=18.95%
B=67.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25361290.810.7200.49233.6567.5330.2
Hex1924815148031ea441e
Octal314420112111006135210436
Binary110011001001000000110100011001000011000111101010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192481; }

 p { color: rgb(25,36,129); }

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

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

 a { background-color: rgb(25,36,129); }

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

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

 span { border-color: rgb(25,36,129); }

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