Html Css Color HEX #19065C Midnight Blue

📋 copy color: '#19065C'

red 25 ◦ green 6 ◦ blue 92

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

Shades of Midnight Blue #19065C

Tints of Midnight Blue #19065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.88%

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

R = 20.33%
G = 4.88%
B = 74.8%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19065C (or 0x19065C) is known color: Midnight Blue. HEX triplet: 19, 06 and 5C. RGB value is (25,6,92). Sum of RGB (Red+Green+Blue) = 25+6+92=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 92 (36.33% from 255 or 74.80% from 123); Max value from RGB is 92 - color contains mainly: blue. Hex color #19065C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19065C is #E6F9A3. Grayscale: #151515. Windows color (decimal): -15137188 or 6030873. OLE color: 6030873.

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

Color convert

RGB 25 6 92 -
CMYK 0.73 0.93 0 0.64
HSL 253.26º 0.88% 0.19% -
HSV(B) 253.26º 0.93% 0.36% -
XYZ 2.4 1.11 10.21 -
YUV 21.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 25 6 92 0.73 0.93 0 0.64 253.26 0.88 0.19
Hex 19 6 5C 49 5D 0 40 FD 58 13
Octal 31 6 134 111 135 0 100 375 130 23
Binary 11001 110 1011100 1001001 1011101 0 1000000 11111101 1011000 10011

Color Harmonies of #19065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19065C

Black with #19065C

Text Example


Text Example

White with #19065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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