Html Css Color HEX #190272 Midnight Blue

📋 copy color: '#190272'

red 25 ◦ green 2 ◦ blue 114

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

Shades of Midnight Blue #190272

Tints of Midnight Blue #190272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.42%

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

R = 17.73%
G = 1.42%
B = 80.85%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#190272 (or 0x190272) is known color: Midnight Blue. HEX triplet: 19, 02 and 72. RGB value is (25,2,114). Sum of RGB (Red+Green+Blue) = 25+2+114=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #190272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190272 is #E6FD8D. Grayscale: #151515. Windows color (decimal): -15138190 or 7471641. OLE color: 7471641.

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

Color convert

RGB 25 2 114 -
CMYK 0.78 0.98 0 0.55
HSL 252.32º 0.97% 0.23% -
HSV(B) 252.32º 0.98% 0.45% -
XYZ 3.46 1.46 16.02 -
YUV 21.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 25 2 114 0.78 0.98 0 0.55 252.32 0.97 0.23
Hex 19 2 72 4E 62 0 37 FC 61 17
Octal 31 2 162 116 142 0 67 374 141 27
Binary 11001 10 1110010 1001110 1100010 0 110111 11111100 1100001 10111

Color Harmonies of #190272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190272

Black with #190272

Text Example


Text Example

White with #190272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190272; }

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

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

background-color css

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

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

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

border-color css

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

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

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