Html Css Color HEX #192372 Midnight Blue

📋 copy color: '#192372'

red 25 ◦ green 35 ◦ blue 114

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

Shades of Midnight Blue #192372

Tints of Midnight Blue #192372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 65.52%

R = 14.37%
G = 20.11%
B = 65.52%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#192372 (or 0x192372) is known color: Midnight Blue. HEX triplet: 19, 23 and 72. RGB value is (25,35,114). Sum of RGB (Red+Green+Blue) = 25+35+114=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #192372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192372 is #E6DC8D. Grayscale: #282828. Windows color (decimal): -15129742 or 7480089. OLE color: 7480089.

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

Color convert

RGB 25 35 114 -
CMYK 0.78 0.69 0 0.55
HSL 233.26º 0.64% 0.27% -
HSV(B) 233.26º 0.78% 0.45% -
XYZ 4.04 2.62 16.21 -
YUV 41.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 25 35 114 0.78 0.69 0 0.55 233.26 0.64 0.27
Hex 19 23 72 4E 45 0 37 E9 40 1B
Octal 31 43 162 116 105 0 67 351 100 33
Binary 11001 100011 1110010 1001110 1000101 0 110111 11101001 1000000 11011

Color Harmonies of #192372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192372

Black with #192372

Text Example


Text Example

White with #192372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192372; }

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

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

background-color css

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

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

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

border-color css

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

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

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