Html Css Color HEX #19217D Midnight Blue

📋 copy color: '#19217D'

red 25 ◦ green 33 ◦ blue 125

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

Shades of Midnight Blue #19217D

Tints of Midnight Blue #19217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

 BLUE value IS 125 (49.22% from 255) = 68.31%

R = 13.66%
G = 18.03%
B = 68.31%

CMYK

 C value IS 0.8

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19217D (or 0x19217D) is known color: Midnight Blue. HEX triplet: 19, 21 and 7D. RGB value is (25,33,125). Sum of RGB (Red+Green+Blue) = 25+33+125=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #19217D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19217D is #E6DE82. Grayscale: #282828. Windows color (decimal): -15130243 or 8200473. OLE color: 8200473.

HSL color Cylindrical-coordinate representation of color #19217D: hue angle of 235.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19217D is Cyan = 0.8, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 33 125 -
CMYK 0.8 0.74 0 0.51
HSL 235.2º 0.67% 0.29% -
HSV(B) 235.2º 0.8% 0.49% -
XYZ 4.65 2.78 19.69 -
YUV 41.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 25 33 125 0.8 0.74 0 0.51 235.2 0.67 0.29
Hex 19 21 7D 50 4A 0 33 EB 43 1D
Octal 31 41 175 120 112 0 63 353 103 35
Binary 11001 100001 1111101 1010000 1001010 0 110011 11101011 1000011 11101

Color Harmonies of #19217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19217D

Black with #19217D

Text Example


Text Example

White with #19217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19217D; }

 p { color: rgb(25,33,125); }

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

background-color css

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

 a { background-color: rgb(25,33,125); }

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

border-color css

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

 span { border-color: rgb(25,33,125); }

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