Html Css Color HEX #190063 Midnight Blue

📋 copy color: '#190063'

red 25 ◦ green 0 ◦ blue 99

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

Shades of Midnight Blue #190063

Tints of Midnight Blue #190063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 79.84%

R = 20.16%
G = 0%
B = 79.84%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#190063 (or 0x190063) is known color: Midnight Blue. HEX triplet: 19, 00 and 63. RGB value is (25,0,99). Sum of RGB (Red+Green+Blue) = 25+0+99=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 99 (39.06% from 255 or 79.84% from 124); Max value from RGB is 99 - color contains mainly: blue. Hex color #190063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190063 is #E6FF9C. Grayscale: #121212. Windows color (decimal): -15138717 or 6488089. OLE color: 6488089.

HSL color Cylindrical-coordinate representation of color #190063: hue angle of 255.15º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190063 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 0 99 -
CMYK 0.75 1 0 0.61
HSL 255.15º 1% 0.19% -
HSV(B) 255.15º 1% 0.39% -
XYZ 2.65 1.11 11.88 -
YUV 18.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 25 0 99 0.75 1 0 0.61 255.15 1 0.19
Hex 19 0 63 4B 64 0 3D FF 64 13
Octal 31 0 143 113 144 0 75 377 144 23
Binary 11001 0 1100011 1001011 1100100 0 111101 11111111 1100100 10011

Color Harmonies of #190063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190063

Black with #190063

Text Example


Text Example

White with #190063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190063; }

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

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

background-color css

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

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

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

border-color css

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

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

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