Html Css Color HEX #192672 Midnight Blue

📋 copy color: '#192672'

red 25 ◦ green 38 ◦ blue 114

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

Shades of Midnight Blue #192672

Tints of Midnight Blue #192672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

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

R = 14.12%
G = 21.47%
B = 64.41%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#192672 (or 0x192672) is known color: Midnight Blue. HEX triplet: 19, 26 and 72. RGB value is (25,38,114). Sum of RGB (Red+Green+Blue) = 25+38+114=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #192672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192672 is #E6D98D. Grayscale: #2A2A2A. Windows color (decimal): -15128974 or 7480857. OLE color: 7480857.

HSL color Cylindrical-coordinate representation of color #192672: hue angle of 231.24º 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 #192672 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 38 114 -
CMYK 0.78 0.67 0 0.55
HSL 231.24º 0.64% 0.27% -
HSV(B) 231.24º 0.78% 0.45% -
XYZ 4.13 2.81 16.24 -
YUV 42.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 25 38 114 0.78 0.67 0 0.55 231.24 0.64 0.27
Hex 19 26 72 4E 43 0 37 E7 40 1B
Octal 31 46 162 116 103 0 67 347 100 33
Binary 11001 100110 1110010 1001110 1000011 0 110111 11100111 1000000 11011

Color Harmonies of #192672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192672

Black with #192672

Text Example


Text Example

White with #192672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192672; }

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

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

background-color css

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

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

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

border-color css

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

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

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