Html Css Color HEX #190074 Midnight Blue

📋 copy color: '#190074'

red 25 ◦ green 0 ◦ blue 116

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

Shades of Midnight Blue #190074

Tints of Midnight Blue #190074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 82.27%

R = 17.73%
G = 0%
B = 82.27%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#190074 (or 0x190074) is known color: Midnight Blue. HEX triplet: 19, 00 and 74. RGB value is (25,0,116). Sum of RGB (Red+Green+Blue) = 25+0+116=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 116 (45.70% from 255 or 82.27% from 141); Max value from RGB is 116 - color contains mainly: blue. Hex color #190074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190074 is #E6FF8B. Grayscale: #141414. Windows color (decimal): -15138700 or 7602201. OLE color: 7602201.

HSL color Cylindrical-coordinate representation of color #190074: hue angle of 252.93º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190074 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 0 116 -
CMYK 0.78 1 0 0.55
HSL 252.93º 1% 0.23% -
HSV(B) 252.93º 1% 0.45% -
XYZ 3.55 1.47 16.62 -
YUV 20.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 25 0 116 0.78 1 0 0.55 252.93 1 0.23
Hex 19 0 74 4E 64 0 37 FD 64 17
Octal 31 0 164 116 144 0 67 375 144 27
Binary 11001 0 1110100 1001110 1100100 0 110111 11111101 1100100 10111

Color Harmonies of #190074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190074

Black with #190074

Text Example


Text Example

White with #190074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190074; }

 p { color: rgb(25,0,116); }

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

background-color css

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

 a { background-color: rgb(25,0,116); }

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

border-color css

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

 span { border-color: rgb(25,0,116); }

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