Html Css Color HEX #19006B Midnight Blue

📋 copy color: '#19006B'

red 25 ◦ green 0 ◦ blue 107

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

Shades of Midnight Blue #19006B

Tints of Midnight Blue #19006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 81.06%

R = 18.94%
G = 0%
B = 81.06%

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

#19006B (or 0x19006B) is known color: Midnight Blue. HEX triplet: 19, 00 and 6B. RGB value is (25,0,107). Sum of RGB (Red+Green+Blue) = 25+0+107=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 107 (42.19% from 255 or 81.06% from 132); Max value from RGB is 107 - color contains mainly: blue. Hex color #19006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19006B is #E6FF94. Grayscale: #131313. Windows color (decimal): -15138709 or 7012377. OLE color: 7012377.

HSL color Cylindrical-coordinate representation of color #19006B: hue angle of 254.02º 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 #19006B is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 0 107 -
CMYK 0.77 1 0 0.58
HSL 254.02º 1% 0.21% -
HSV(B) 254.02º 1% 0.42% -
XYZ 3.05 1.27 13.99 -
YUV 19.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 25 0 107 0.77 1 0 0.58 254.02 1 0.21
Hex 19 0 6B 4D 64 0 3A FE 64 15
Octal 31 0 153 115 144 0 72 376 144 25
Binary 11001 0 1101011 1001101 1100100 0 111010 11111110 1100100 10101

Color Harmonies of #19006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19006B

Black with #19006B

Text Example


Text Example

White with #19006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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