Html Css Color HEX #192472 Midnight Blue

📋 copy color: '#192472'

red 25 ◦ green 36 ◦ blue 114

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

Shades of Midnight Blue #192472

Tints of Midnight Blue #192472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

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

R = 14.29%
G = 20.57%
B = 65.14%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#192472 (or 0x192472) is known color: Midnight Blue. HEX triplet: 19, 24 and 72. RGB value is (25,36,114). Sum of RGB (Red+Green+Blue) = 25+36+114=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #192472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192472 is #E6DB8D. Grayscale: #292929. Windows color (decimal): -15129486 or 7480345. OLE color: 7480345.

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

Color convert

RGB 25 36 114 -
CMYK 0.78 0.68 0 0.55
HSL 232.58º 0.64% 0.27% -
HSV(B) 232.58º 0.78% 0.45% -
XYZ 4.07 2.68 16.22 -
YUV 41.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 25 36 114 0.78 0.68 0 0.55 232.58 0.64 0.27
Hex 19 24 72 4E 44 0 37 E9 40 1B
Octal 31 44 162 116 104 0 67 351 100 33
Binary 11001 100100 1110010 1001110 1000100 0 110111 11101001 1000000 11011

Color Harmonies of #192472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192472

Black with #192472

Text Example


Text Example

White with #192472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192472; }

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

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

background-color css

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

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

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

border-color css

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

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

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