Html Css Color HEX #19035A Midnight Blue

📋 copy color: '#19035A'

red 25 ◦ green 3 ◦ blue 90

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

Shades of Midnight Blue #19035A

Tints of Midnight Blue #19035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.54%

 BLUE value IS 90 (35.55% from 255) = 76.27%

R = 21.19%
G = 2.54%
B = 76.27%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19035A (or 0x19035A) is known color: Midnight Blue. HEX triplet: 19, 03 and 5A. RGB value is (25,3,90). Sum of RGB (Red+Green+Blue) = 25+3+90=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #19035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19035A is #E6FCA5. Grayscale: #131313. Windows color (decimal): -15137958 or 5899033. OLE color: 5899033.

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

Color convert

RGB 25 3 90 -
CMYK 0.72 0.97 0 0.65
HSL 255.17º 0.94% 0.18% -
HSV(B) 255.17º 0.97% 0.35% -
XYZ 2.28 1.01 9.75 -
YUV 19.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 25 3 90 0.72 0.97 0 0.65 255.17 0.94 0.18
Hex 19 3 5A 48 61 0 41 FF 5E 12
Octal 31 3 132 110 141 0 101 377 136 22
Binary 11001 11 1011010 1001000 1100001 0 1000001 11111111 1011110 10010

Color Harmonies of #19035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19035A

Black with #19035A

Text Example


Text Example

White with #19035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19035A; }

 p { color: rgb(25,3,90); }

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

background-color css

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

 a { background-color: rgb(25,3,90); }

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

border-color css

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

 span { border-color: rgb(25,3,90); }

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