Html Css Color HEX #19035E Midnight Blue

📋 copy color: '#19035E'

red 25 ◦ green 3 ◦ blue 94

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

Shades of Midnight Blue #19035E

Tints of Midnight Blue #19035E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 77.05%

R = 20.49%
G = 2.46%
B = 77.05%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19035E (or 0x19035E) is known color: Midnight Blue. HEX triplet: 19, 03 and 5E. RGB value is (25,3,94). Sum of RGB (Red+Green+Blue) = 25+3+94=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #19035E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19035E is #E6FCA1. Grayscale: #131313. Windows color (decimal): -15137954 or 6161177. OLE color: 6161177.

HSL color Cylindrical-coordinate representation of color #19035E: hue angle of 254.51º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19035E is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 3 94 -
CMYK 0.73 0.97 0 0.63
HSL 254.51º 0.94% 0.19% -
HSV(B) 254.51º 0.97% 0.37% -
XYZ 2.45 1.08 10.67 -
YUV 19.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 25 3 94 0.73 0.97 0 0.63 254.51 0.94 0.19
Hex 19 3 5E 49 61 0 3F FF 5E 13
Octal 31 3 136 111 141 0 77 377 136 23
Binary 11001 11 1011110 1001001 1100001 0 111111 11111111 1011110 10011

Color Harmonies of #19035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19035E

Black with #19035E

Text Example


Text Example

White with #19035E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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