Html Css Color HEX #190474 Midnight Blue

📋 copy color: '#190474'

red 25 ◦ green 4 ◦ blue 116

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

Shades of Midnight Blue #190474

Tints of Midnight Blue #190474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

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

R = 17.24%
G = 2.76%
B = 80%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#190474 (or 0x190474) is known color: Midnight Blue. HEX triplet: 19, 04 and 74. RGB value is (25,4,116). Sum of RGB (Red+Green+Blue) = 25+4+116=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #190474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190474 is #E6FB8B. Grayscale: #161616. Windows color (decimal): -15137676 or 7603225. OLE color: 7603225.

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

Color convert

RGB 25 4 116 -
CMYK 0.78 0.97 0 0.55
HSL 251.25º 0.93% 0.24% -
HSV(B) 251.25º 0.97% 0.45% -
XYZ 3.6 1.55 16.63 -
YUV 23.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 25 4 116 0.78 0.97 0 0.55 251.25 0.93 0.24
Hex 19 4 74 4E 61 0 37 FB 5D 18
Octal 31 4 164 116 141 0 67 373 135 30
Binary 11001 100 1110100 1001110 1100001 0 110111 11111011 1011101 11000

Color Harmonies of #190474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190474

Black with #190474

Text Example


Text Example

White with #190474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190474; }

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

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

background-color css

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

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

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

border-color css

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

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

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