Html Css Color HEX #12194D Midnight Express

📋 copy color: '#12194D'

red 18 ◦ green 25 ◦ blue 77

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

Shades of Midnight Express #12194D

Tints of Midnight Express #12194D

RGB

 RED value IS 18 (7.42% from 255) = 15%

 GREEN value IS 25 (10.16% from 255) = 20.83%

 BLUE value IS 77 (30.47% from 255) = 64.17%

R = 15%
G = 20.83%
B = 64.17%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12194D (or 0x12194D) is known color: Midnight Express. HEX triplet: 12, 19 and 4D. RGB value is (18,25,77). Sum of RGB (Red+Green+Blue) = 18+25+77=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #12194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12194D is #EDE6B2. Grayscale: #1C1C1C. Windows color (decimal): -15591091 or 5052690. OLE color: 5052690.

HSL color Cylindrical-coordinate representation of color #12194D: hue angle of 232.88º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12194D is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 25 77 -
CMYK 0.77 0.68 0 0.70
HSL 232.88º 0.62% 0.19% -
HSV(B) 232.88º 0.77% 0.3% -
XYZ 1.94 1.36 7.18 -
YUV 28.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 18 25 77 0.77 0.68 0 0.70 232.88 0.62 0.19
Hex 12 19 4D 4D 44 0 46 E9 3E 13
Octal 22 31 115 115 104 0 106 351 76 23
Binary 10010 11001 1001101 1001101 1000100 0 1000110 11101001 111110 10011

Color Harmonies of #12194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12194D

Black with #12194D

Text Example


Text Example

White with #12194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12194D; }

 p { color: rgb(18,25,77); }

 H1.HeaderClassName
 {
   color: #12194D;
 }
 .AnyTagClassName
 {
   color: #12194D;
 }
</style>

background-color css

<style>
 a { background-color: #12194D; }

 a { background-color: rgb(18,25,77); }

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

border-color css

<style>
 span { border-color: #12194D; }

 span { border-color: rgb(18,25,77); }

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