Html Css Color HEX #19217B Midnight Blue

📋 copy color: '#19217B'

red 25 ◦ green 33 ◦ blue 123

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

Shades of Midnight Blue #19217B

Tints of Midnight Blue #19217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 67.96%

R = 13.81%
G = 18.23%
B = 67.96%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19217B (or 0x19217B) is known color: Midnight Blue. HEX triplet: 19, 21 and 7B. RGB value is (25,33,123). Sum of RGB (Red+Green+Blue) = 25+33+123=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #19217B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19217B is #E6DE84. Grayscale: #282828. Windows color (decimal): -15130245 or 8069401. OLE color: 8069401.

HSL color Cylindrical-coordinate representation of color #19217B: hue angle of 235.1º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19217B is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 33 123 -
CMYK 0.80 0.73 0 0.52
HSL 235.1º 0.66% 0.29% -
HSV(B) 235.1º 0.8% 0.48% -
XYZ 4.52 2.72 19.03 -
YUV 40.87 174.35 116.68 -
System Red Green Blue C M Y K H S L
Decimal 25 33 123 0.80 0.73 0 0.52 235.1 0.66 0.29
Hex 19 21 7B 50 49 0 34 EB 42 1D
Octal 31 41 173 120 111 0 64 353 102 35
Binary 11001 100001 1111011 1010000 1001001 0 110100 11101011 1000010 11101

Color Harmonies of #19217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19217B

Black with #19217B

Text Example


Text Example

White with #19217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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