Html Css Color HEX #12183A Midnight Express

📋 copy color: '#12183A'

red 18 ◦ green 24 ◦ blue 58

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

Shades of Midnight Express #12183A

Tints of Midnight Express #12183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24%

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

R = 18%
G = 24%
B = 58%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#12183A (or 0x12183A) is known color: Midnight Express. HEX triplet: 12, 18 and 3A. RGB value is (18,24,58). Sum of RGB (Red+Green+Blue) = 18+24+58=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 58 (23.05% from 255 or 58% from 100); Max value from RGB is 58 - color contains mainly: blue. Hex color #12183A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12183A is #EDE7C5. Grayscale: #191919. Windows color (decimal): -15591366 or 3807250. OLE color: 3807250.

HSL color Cylindrical-coordinate representation of color #12183A: hue angle of 231º 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 #12183A is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 24 58 -
CMYK 0.69 0.59 0 0.77
HSL 231º 0.53% 0.15% -
HSV(B) 231º 0.69% 0.23% -
XYZ 1.34 1.09 4.14 -
YUV 26.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 18 24 58 0.69 0.59 0 0.77 231 0.53 0.15
Hex 12 18 3A 45 3B 0 4D E7 35 F
Octal 22 30 72 105 73 0 115 347 65 17
Binary 10010 11000 111010 1000101 111011 0 1001101 11100111 110101 1111

Color Harmonies of #12183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12183A

Black with #12183A

Text Example


Text Example

White with #12183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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