Html Css Color HEX #19016F Midnight Blue

📋 copy color: '#19016F'

red 25 ◦ green 1 ◦ blue 111

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

Shades of Midnight Blue #19016F

Tints of Midnight Blue #19016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 81.02%

R = 18.25%
G = 0.73%
B = 81.02%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19016F (or 0x19016F) is known color: Midnight Blue. HEX triplet: 19, 01 and 6F. RGB value is (25,1,111). Sum of RGB (Red+Green+Blue) = 25+1+111=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 111 (43.75% from 255 or 81.02% from 137); Max value from RGB is 111 - color contains mainly: blue. Hex color #19016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19016F is #E6FE90. Grayscale: #141414. Windows color (decimal): -15138449 or 7274777. OLE color: 7274777.

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

Color convert

RGB 25 1 111 -
CMYK 0.77 0.99 0 0.56
HSL 253.09º 0.98% 0.22% -
HSV(B) 253.09º 0.99% 0.44% -
XYZ 3.28 1.38 15.13 -
YUV 20.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 25 1 111 0.77 0.99 0 0.56 253.09 0.98 0.22
Hex 19 1 6F 4D 63 0 38 FD 62 16
Octal 31 1 157 115 143 0 70 375 142 26
Binary 11001 1 1101111 1001101 1100011 0 111000 11111101 1100010 10110

Color Harmonies of #19016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19016F

Black with #19016F

Text Example


Text Example

White with #19016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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