Html Css Color HEX #12192E Midnight Express

📋 copy color: '#12192E'

red 18 ◦ green 25 ◦ blue 46

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

Shades of Midnight Express #12192E

Tints of Midnight Express #12192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 51.69%

R = 20.22%
G = 28.09%
B = 51.69%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12192E (or 0x12192E) is known color: Midnight Express. HEX triplet: 12, 19 and 2E. RGB value is (18,25,46). Sum of RGB (Red+Green+Blue) = 18+25+46=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #12192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12192E is #EDE6D1. Grayscale: #191919. Windows color (decimal): -15591122 or 3021074. OLE color: 3021074.

HSL color Cylindrical-coordinate representation of color #12192E: hue angle of 225º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12192E is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 25 46 -
CMYK 0.61 0.46 0 0.82
HSL 225º 0.44% 0.13% -
HSV(B) 225º 0.61% 0.18% -
XYZ 1.09 1.02 2.72 -
YUV 25.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 18 25 46 0.61 0.46 0 0.82 225 0.44 0.13
Hex 12 19 2E 3D 2E 0 52 E1 2C D
Octal 22 31 56 75 56 0 122 341 54 15
Binary 10010 11001 101110 111101 101110 0 1010010 11100001 101100 1101

Color Harmonies of #12192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12192E

Black with #12192E

Text Example


Text Example

White with #12192E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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