Html Css Color HEX #190058 Midnight Blue

📋 copy color: '#190058'

red 25 ◦ green 0 ◦ blue 88

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

Shades of Midnight Blue #190058

Tints of Midnight Blue #190058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 77.88%

R = 22.12%
G = 0%
B = 77.88%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#190058 (or 0x190058) is known color: Midnight Blue. HEX triplet: 19, 00 and 58. RGB value is (25,0,88). Sum of RGB (Red+Green+Blue) = 25+0+88=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 88 (34.77% from 255 or 77.88% from 113); Max value from RGB is 88 - color contains mainly: blue. Hex color #190058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190058 is #E6FFA7. Grayscale: #111111. Windows color (decimal): -15138728 or 5767193. OLE color: 5767193.

HSL color Cylindrical-coordinate representation of color #190058: hue angle of 257.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190058 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 0 88 -
CMYK 0.72 1 0 0.65
HSL 257.05º 1% 0.17% -
HSV(B) 257.05º 1% 0.35% -
XYZ 2.16 0.91 9.29 -
YUV 17.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 25 0 88 0.72 1 0 0.65 257.05 1 0.17
Hex 19 0 58 48 64 0 41 101 64 11
Octal 31 0 130 110 144 0 101 401 144 21
Binary 11001 0 1011000 1001000 1100100 0 1000001 100000001 1100100 10001

Color Harmonies of #190058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190058

Black with #190058

Text Example


Text Example

White with #190058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190058; }

 p { color: rgb(25,0,88); }

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

background-color css

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

 a { background-color: rgb(25,0,88); }

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

border-color css

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

 span { border-color: rgb(25,0,88); }

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