Html Css Color HEX #19005C Midnight Blue

📋 copy color: '#19005C'

red 25 ◦ green 0 ◦ blue 92

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

Shades of Midnight Blue #19005C

Tints of Midnight Blue #19005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.37%
G = 0%
B = 78.63%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19005C (or 0x19005C) is known color: Midnight Blue. HEX triplet: 19, 00 and 5C. RGB value is (25,0,92). Sum of RGB (Red+Green+Blue) = 25+0+92=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 92 (36.33% from 255 or 78.63% from 117); Max value from RGB is 92 - color contains mainly: blue. Hex color #19005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19005C is #E6FFA3. Grayscale: #111111. Windows color (decimal): -15138724 or 6029337. OLE color: 6029337.

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

Color convert

RGB 25 0 92 -
CMYK 0.73 1 0 0.64
HSL 256.3º 1% 0.18% -
HSV(B) 256.3º 1% 0.36% -
XYZ 2.33 0.98 10.19 -
YUV 17.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 25 0 92 0.73 1 0 0.64 256.3 1 0.18
Hex 19 0 5C 49 64 0 40 100 64 12
Octal 31 0 134 111 144 0 100 400 144 22
Binary 11001 0 1011100 1001001 1100100 0 1000000 100000000 1100100 10010

Color Harmonies of #19005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19005C

Black with #19005C

Text Example


Text Example

White with #19005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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