#190262

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

Shades of Midnight Blue #190262

Tints of Midnight Blue #190262

Color information

#190262 (or 0x190262) is unknown color: approx Midnight Blue. HEX triplet: 19, 02 and 62. RGB value is (25,2,98). Sum of RGB (Red+Green+Blue) = 25+2+98=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #190262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190262 is #E6FD9D. Grayscale: #131313. Windows color (decimal): -15138206 or 6423065. OLE color: 6423065.

HSL color Cylindrical-coordinate representation of color #190262: hue angle of 254.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190262 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB25298-
CMYK0.740.9800.62
HSL254.38º96%19.61%-
HSV(B)254.38º97.96%38.43%-
XYZ2.631.1311.64-
YUV19.82172.12131.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 98 (38.67% from 255) = 78.4%
R=20%
G=1.6%
B=78.4%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal252980.740.9800.62254.389619.61
Hex192624A6203Efe6014
Octal31214211214207637614024
Binary1100110110001010010101100010011111011111110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190262; }

 p { color: rgb(25,2,98); }

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

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

 a { background-color: rgb(25,2,98); }

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

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

 span { border-color: rgb(25,2,98); }

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