Html Css Color HEX #19025C Midnight Blue

📋 copy color: '#19025C'

red 25 ◦ green 2 ◦ blue 92

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

Shades of Midnight Blue #19025C

Tints of Midnight Blue #19025C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

 BLUE value IS 92 (36.33% from 255) = 77.31%

R = 21.01%
G = 1.68%
B = 77.31%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19025C (or 0x19025C) is known color: Midnight Blue. HEX triplet: 19, 02 and 5C. RGB value is (25,2,92). Sum of RGB (Red+Green+Blue) = 25+2+92=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #19025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19025C is #E6FDA3. Grayscale: #121212. Windows color (decimal): -15138212 or 6029849. OLE color: 6029849.

HSL color Cylindrical-coordinate representation of color #19025C: hue angle of 255.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19025C is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 2 92 -
CMYK 0.73 0.98 0 0.64
HSL 255.33º 0.96% 0.18% -
HSV(B) 255.33º 0.98% 0.36% -
XYZ 2.35 1.02 10.2 -
YUV 19.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 25 2 92 0.73 0.98 0 0.64 255.33 0.96 0.18
Hex 19 2 5C 49 62 0 40 FF 60 12
Octal 31 2 134 111 142 0 100 377 140 22
Binary 11001 10 1011100 1001001 1100010 0 1000000 11111111 1100000 10010

Color Harmonies of #19025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19025C

Black with #19025C

Text Example


Text Example

White with #19025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,2,92); }

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

background-color css

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

 a { background-color: rgb(25,2,92); }

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

border-color css

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

 span { border-color: rgb(25,2,92); }

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