Html Css Color HEX #19006C Midnight Blue

📋 copy color: '#19006C'

red 25 ◦ green 0 ◦ blue 108

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

Shades of Midnight Blue #19006C

Tints of Midnight Blue #19006C

RGB

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

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

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

R = 18.8%
G = 0%
B = 81.2%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19006C (or 0x19006C) is known color: Midnight Blue. HEX triplet: 19, 00 and 6C. RGB value is (25,0,108). Sum of RGB (Red+Green+Blue) = 25+0+108=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 108 (42.58% from 255 or 81.20% from 133); Max value from RGB is 108 - color contains mainly: blue. Hex color #19006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19006C is #E6FF93. Grayscale: #131313. Windows color (decimal): -15138708 or 7077913. OLE color: 7077913.

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

Color convert

RGB 25 0 108 -
CMYK 0.77 1 0 0.58
HSL 253.89º 1% 0.21% -
HSV(B) 253.89º 1% 0.42% -
XYZ 3.11 1.29 14.27 -
YUV 19.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 25 0 108 0.77 1 0 0.58 253.89 1 0.21
Hex 19 0 6C 4D 64 0 3A FE 64 15
Octal 31 0 154 115 144 0 72 376 144 25
Binary 11001 0 1101100 1001101 1100100 0 111010 11111110 1100100 10101

Color Harmonies of #19006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19006C

Black with #19006C

Text Example


Text Example

White with #19006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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