Html Css Color HEX #19006E Midnight Blue

📋 copy color: '#19006E'

red 25 ◦ green 0 ◦ blue 110

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

Shades of Midnight Blue #19006E

Tints of Midnight Blue #19006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 81.48%

R = 18.52%
G = 0%
B = 81.48%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19006E (or 0x19006E) is known color: Midnight Blue. HEX triplet: 19, 00 and 6E. RGB value is (25,0,110). Sum of RGB (Red+Green+Blue) = 25+0+110=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #19006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19006E is #E6FF91. Grayscale: #131313. Windows color (decimal): -15138706 or 7208985. OLE color: 7208985.

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

Color convert

RGB 25 0 110 -
CMYK 0.77 1 0 0.57
HSL 253.64º 1% 0.22% -
HSV(B) 253.64º 1% 0.43% -
XYZ 3.22 1.33 14.84 -
YUV 20.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 25 0 110 0.77 1 0 0.57 253.64 1 0.22
Hex 19 0 6E 4D 64 0 39 FE 64 16
Octal 31 0 156 115 144 0 71 376 144 26
Binary 11001 0 1101110 1001101 1100100 0 111001 11111110 1100100 10110

Color Harmonies of #19006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19006E

Black with #19006E

Text Example


Text Example

White with #19006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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