Html Css Color HEX #19016E Midnight Blue

📋 copy color: '#19016E'

red 25 ◦ green 1 ◦ blue 110

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

Shades of Midnight Blue #19016E

Tints of Midnight Blue #19016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 110 (43.36% from 255) = 80.88%

R = 18.38%
G = 0.74%
B = 80.88%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19016E (or 0x19016E) is known color: Midnight Blue. HEX triplet: 19, 01 and 6E. RGB value is (25,1,110). Sum of RGB (Red+Green+Blue) = 25+1+110=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 110 (43.36% from 255 or 80.88% from 136); Max value from RGB is 110 - color contains mainly: blue. Hex color #19016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19016E is #E6FE91. Grayscale: #141414. Windows color (decimal): -15138450 or 7209241. OLE color: 7209241.

HSL color Cylindrical-coordinate representation of color #19016E: hue angle of 253.21º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19016E is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 1 110 -
CMYK 0.77 0.99 0 0.57
HSL 253.21º 0.98% 0.22% -
HSV(B) 253.21º 0.99% 0.43% -
XYZ 3.23 1.35 14.84 -
YUV 20.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 25 1 110 0.77 0.99 0 0.57 253.21 0.98 0.22
Hex 19 1 6E 4D 63 0 39 FD 62 16
Octal 31 1 156 115 143 0 71 375 142 26
Binary 11001 1 1101110 1001101 1100011 0 111001 11111101 1100010 10110

Color Harmonies of #19016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19016E

Black with #19016E

Text Example


Text Example

White with #19016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,1,110); }

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

background-color css

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

 a { background-color: rgb(25,1,110); }

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

border-color css

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

 span { border-color: rgb(25,1,110); }

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