#190765

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

Shades of Midnight Blue #190765

Tints of Midnight Blue #190765

Color information

#190765 (or 0x190765) is unknown color: approx Midnight Blue. HEX triplet: 19, 07 and 65. RGB value is (25,7,101). Sum of RGB (Red+Green+Blue) = 25+7+101=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 101 (39.84% from 255 or 75.94% from 133); Max value from RGB is 101 - color contains mainly: blue. Hex color #190765 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190765 is #E6F89A. Grayscale: #161616. Windows color (decimal): -15136923 or 6620953. OLE color: 6620953.

HSL color Cylindrical-coordinate representation of color #190765: hue angle of 251.49º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190765 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB257101-
CMYK0.750.9300.60
HSL251.49º87.04%21.18%-
HSV(B)251.49º93.07%39.61%-
XYZ2.831.312.41-
YUV23.1171.96129.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 7 (3.12% from 255) = 5.26%
BLUE value IS 101 (39.84% from 255) = 75.94%
R=18.80%
G=5.26%
B=75.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2571010.750.9300.60251.4987.0421.18
Hex197654B5D03Cfb5715
Octal31714511313507437312725
Binary11001111110010110010111011101011110011111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190765; }

 p { color: rgb(25,7,101); }

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

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

 a { background-color: rgb(25,7,101); }

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

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

 span { border-color: rgb(25,7,101); }

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