Html Css Color HEX #190271 Midnight Blue

📋 copy color: '#190271'

red 25 ◦ green 2 ◦ blue 113

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

Shades of Midnight Blue #190271

Tints of Midnight Blue #190271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 80.71%

R = 17.86%
G = 1.43%
B = 80.71%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#190271 (or 0x190271) is known color: Midnight Blue. HEX triplet: 19, 02 and 71. RGB value is (25,2,113). Sum of RGB (Red+Green+Blue) = 25+2+113=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 113 (44.53% from 255 or 80.71% from 140); Max value from RGB is 113 - color contains mainly: blue. Hex color #190271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190271 is #E6FD8E. Grayscale: #151515. Windows color (decimal): -15138191 or 7406105. OLE color: 7406105.

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

Color convert

RGB 25 2 113 -
CMYK 0.78 0.98 0 0.56
HSL 252.43º 0.97% 0.23% -
HSV(B) 252.43º 0.98% 0.44% -
XYZ 3.4 1.44 15.72 -
YUV 21.53 179.62 130.47 -
System Red Green Blue C M Y K H S L
Decimal 25 2 113 0.78 0.98 0 0.56 252.43 0.97 0.23
Hex 19 2 71 4E 62 0 38 FC 61 17
Octal 31 2 161 116 142 0 70 374 141 27
Binary 11001 10 1110001 1001110 1100010 0 111000 11111100 1100001 10111

Color Harmonies of #190271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190271

Black with #190271

Text Example


Text Example

White with #190271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190271; }

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

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

background-color css

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

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

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

border-color css

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

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

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