#190675

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

Shades of Midnight Blue #190675

Tints of Midnight Blue #190675

Color information

#190675 (or 0x190675) is unknown color: approx Midnight Blue. HEX triplet: 19, 06 and 75. RGB value is (25,6,117). Sum of RGB (Red+Green+Blue) = 25+6+117=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 117 (46.09% from 255 or 79.05% from 148); Max value from RGB is 117 - color contains mainly: blue. Hex color #190675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190675 is #E6F98A. Grayscale: #171717. Windows color (decimal): -15137163 or 7669273. OLE color: 7669273.

HSL color Cylindrical-coordinate representation of color #190675: hue angle of 250.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190675 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB256117-
CMYK0.790.9500.54
HSL250.27º90.24%24.12%-
HSV(B)250.27º94.87%45.88%-
XYZ3.681.6216.95-
YUV24.34180.29128.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.89%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 117 (46.09% from 255) = 79.05%
R=16.89%
G=4.05%
B=79.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2561170.790.9500.54250.2790.2424.12
Hex196754F5F036fa5a18
Octal31616511713706637213230
Binary11001110111010110011111011111011011011111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190675; }

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

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

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

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

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

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

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

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