Html Css Color HEX #12193A Midnight Express

📋 copy color: '#12193A'

red 18 ◦ green 25 ◦ blue 58

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

Shades of Midnight Express #12193A

Tints of Midnight Express #12193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 57.43%

R = 17.82%
G = 24.75%
B = 57.43%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#12193A (or 0x12193A) is known color: Midnight Express. HEX triplet: 12, 19 and 3A. RGB value is (18,25,58). Sum of RGB (Red+Green+Blue) = 18+25+58=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 58 (23.05% from 255 or 57.43% from 101); Max value from RGB is 58 - color contains mainly: blue. Hex color #12193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12193A is #EDE6C5. Grayscale: #1A1A1A. Windows color (decimal): -15591110 or 3807506. OLE color: 3807506.

HSL color Cylindrical-coordinate representation of color #12193A: hue angle of 229.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12193A is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 25 58 -
CMYK 0.69 0.57 0 0.77
HSL 229.5º 0.53% 0.15% -
HSV(B) 229.5º 0.69% 0.23% -
XYZ 1.36 1.13 4.15 -
YUV 26.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 18 25 58 0.69 0.57 0 0.77 229.5 0.53 0.15
Hex 12 19 3A 45 39 0 4D E6 35 F
Octal 22 31 72 105 71 0 115 346 65 17
Binary 10010 11001 111010 1000101 111001 0 1001101 11100110 110101 1111

Color Harmonies of #12193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12193A

Black with #12193A

Text Example


Text Example

White with #12193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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