Html Css Color HEX #12193D Midnight Express

📋 copy color: '#12193D'

red 18 ◦ green 25 ◦ blue 61

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

Shades of Midnight Express #12193D

Tints of Midnight Express #12193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 58.65%

R = 17.31%
G = 24.04%
B = 58.65%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12193D (or 0x12193D) is known color: Midnight Express. HEX triplet: 12, 19 and 3D. RGB value is (18,25,61). Sum of RGB (Red+Green+Blue) = 18+25+61=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #12193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12193D is #EDE6C2. Grayscale: #1A1A1A. Windows color (decimal): -15591107 or 4004114. OLE color: 4004114.

HSL color Cylindrical-coordinate representation of color #12193D: hue angle of 230.23º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12193D is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 25 61 -
CMYK 0.70 0.59 0 0.76
HSL 230.23º 0.54% 0.15% -
HSV(B) 230.23º 0.7% 0.24% -
XYZ 1.44 1.16 4.56 -
YUV 27.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 18 25 61 0.70 0.59 0 0.76 230.23 0.54 0.15
Hex 12 19 3D 46 3B 0 4C E6 36 F
Octal 22 31 75 106 73 0 114 346 66 17
Binary 10010 11001 111101 1000110 111011 0 1001100 11100110 110110 1111

Color Harmonies of #12193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12193D

Black with #12193D

Text Example


Text Example

White with #12193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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