Html Css Color HEX #190F76 Midnight Blue

📋 copy color: '#190F76'

red 25 ◦ green 15 ◦ blue 118

#190F76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #190F76

Tints of Midnight Blue #190F76

RGB

 RED value IS 25 (10.16% from 255) = 15.82%

 GREEN value IS 15 (6.25% from 255) = 9.49%

 BLUE value IS 118 (46.48% from 255) = 74.68%

R = 15.82%
G = 9.49%
B = 74.68%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#190F76 (or 0x190F76) is known color: Midnight Blue. HEX triplet: 19, 0F and 76. RGB value is (25,15,118). Sum of RGB (Red+Green+Blue) = 25+15+118=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #190F76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190F76 is #E6F089. Grayscale: #1D1D1D. Windows color (decimal): -15134858 or 7737113. OLE color: 7737113.

HSL color Cylindrical-coordinate representation of color #190F76: hue angle of 245.83º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #190F76 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 15 118 -
CMYK 0.79 0.87 0 0.54
HSL 245.83º 0.77% 0.26% -
HSV(B) 245.83º 0.87% 0.46% -
XYZ 3.84 1.86 17.3 -
YUV 29.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 25 15 118 0.79 0.87 0 0.54 245.83 0.77 0.26
Hex 19 F 76 4F 57 0 36 F6 4D 1A
Octal 31 17 166 117 127 0 66 366 115 32
Binary 11001 1111 1110110 1001111 1010111 0 110110 11110110 1001101 11010

Color Harmonies of #190F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190F76

Black with #190F76

Text Example


Text Example

White with #190F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190F76; }

 p { color: rgb(25,15,118); }

 H1.HeaderClassName
 {
   color: #190F76;
 }
 .AnyTagClassName
 {
   color: #190F76;
 }
</style>

background-color css

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

 a { background-color: rgb(25,15,118); }

 div.DivClassName
 {
   background-color: #190F76;
 }
 .BgClassName
 {
   background-color: #190F76;
 }
</style>

border-color css

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

 span { border-color: rgb(25,15,118); }

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