Html Css Color HEX #192370 Midnight Blue

📋 copy color: '#192370'

red 25 ◦ green 35 ◦ blue 112

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

Shades of Midnight Blue #192370

Tints of Midnight Blue #192370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 14.53%
G = 20.35%
B = 65.12%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#192370 (or 0x192370) is known color: Midnight Blue. HEX triplet: 19, 23 and 70. RGB value is (25,35,112). Sum of RGB (Red+Green+Blue) = 25+35+112=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #192370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192370 is #E6DC8F. Grayscale: #282828. Windows color (decimal): -15129744 or 7349017. OLE color: 7349017.

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

Color convert

RGB 25 35 112 -
CMYK 0.78 0.69 0 0.56
HSL 233.1º 0.64% 0.27% -
HSV(B) 233.1º 0.78% 0.44% -
XYZ 3.93 2.58 15.62 -
YUV 40.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 25 35 112 0.78 0.69 0 0.56 233.1 0.64 0.27
Hex 19 23 70 4E 45 0 38 E9 40 1B
Octal 31 43 160 116 105 0 70 351 100 33
Binary 11001 100011 1110000 1001110 1000101 0 111000 11101001 1000000 11011

Color Harmonies of #192370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192370

Black with #192370

Text Example


Text Example

White with #192370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192370; }

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

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

background-color css

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

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

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

border-color css

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

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

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