Html Css Color HEX #190370 Midnight Blue

📋 copy color: '#190370'

red 25 ◦ green 3 ◦ blue 112

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

Shades of Midnight Blue #190370

Tints of Midnight Blue #190370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

 BLUE value IS 112 (44.14% from 255) = 80%

R = 17.86%
G = 2.14%
B = 80%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#190370 (or 0x190370) is known color: Midnight Blue. HEX triplet: 19, 03 and 70. RGB value is (25,3,112). Sum of RGB (Red+Green+Blue) = 25+3+112=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 112 (44.14% from 255 or 80% from 140); Max value from RGB is 112 - color contains mainly: blue. Hex color #190370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190370 is #E6FC8F. Grayscale: #151515. Windows color (decimal): -15137936 or 7340825. OLE color: 7340825.

HSL color Cylindrical-coordinate representation of color #190370: hue angle of 252.11º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190370 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 3 112 -
CMYK 0.78 0.97 0 0.56
HSL 252.11º 0.95% 0.23% -
HSV(B) 252.11º 0.97% 0.44% -
XYZ 3.36 1.44 15.43 -
YUV 22 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 25 3 112 0.78 0.97 0 0.56 252.11 0.95 0.23
Hex 19 3 70 4E 61 0 38 FC 5F 17
Octal 31 3 160 116 141 0 70 374 137 27
Binary 11001 11 1110000 1001110 1100001 0 111000 11111100 1011111 10111

Color Harmonies of #190370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190370

Black with #190370

Text Example


Text Example

White with #190370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190370; }

 p { color: rgb(25,3,112); }

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

background-color css

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

 a { background-color: rgb(25,3,112); }

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

border-color css

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

 span { border-color: rgb(25,3,112); }

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