Html Css Color HEX #19246C Midnight Blue

📋 copy color: '#19246C'

red 25 ◦ green 36 ◦ blue 108

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

Shades of Midnight Blue #19246C

Tints of Midnight Blue #19246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

 BLUE value IS 108 (42.58% from 255) = 63.91%

R = 14.79%
G = 21.3%
B = 63.91%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19246C (or 0x19246C) is known color: Midnight Blue. HEX triplet: 19, 24 and 6C. RGB value is (25,36,108). Sum of RGB (Red+Green+Blue) = 25+36+108=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #19246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19246C is #E6DB93. Grayscale: #282828. Windows color (decimal): -15129492 or 7087129. OLE color: 7087129.

HSL color Cylindrical-coordinate representation of color #19246C: hue angle of 232.05º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19246C is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 36 108 -
CMYK 0.77 0.67 0 0.58
HSL 232.05º 0.62% 0.26% -
HSV(B) 232.05º 0.77% 0.42% -
XYZ 3.74 2.55 14.48 -
YUV 40.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 25 36 108 0.77 0.67 0 0.58 232.05 0.62 0.26
Hex 19 24 6C 4D 43 0 3A E8 3E 1A
Octal 31 44 154 115 103 0 72 350 76 32
Binary 11001 100100 1101100 1001101 1000011 0 111010 11101000 111110 11010

Color Harmonies of #19246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19246C

Black with #19246C

Text Example


Text Example

White with #19246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19246C; }

 p { color: rgb(25,36,108); }

 H1.HeaderClassName
 {
   color: #19246C;
 }
 .AnyTagClassName
 {
   color: #19246C;
 }
</style>

background-color css

<style>
 a { background-color: #19246C; }

 a { background-color: rgb(25,36,108); }

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

border-color css

<style>
 span { border-color: #19246C; }

 span { border-color: rgb(25,36,108); }

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