Html Css Color HEX #12154A Midnight Express

📋 copy color: '#12154A'

red 18 ◦ green 21 ◦ blue 74

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

Shades of Midnight Express #12154A

Tints of Midnight Express #12154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.58%

 BLUE value IS 74 (29.3% from 255) = 65.49%

R = 15.93%
G = 18.58%
B = 65.49%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12154A (or 0x12154A) is known color: Midnight Express. HEX triplet: 12, 15 and 4A. RGB value is (18,21,74). Sum of RGB (Red+Green+Blue) = 18+21+74=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #12154A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12154A is #EDEAB5. Grayscale: #191919. Windows color (decimal): -15592118 or 4855058. OLE color: 4855058.

HSL color Cylindrical-coordinate representation of color #12154A: hue angle of 236.79º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12154A is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 21 74 -
CMYK 0.76 0.72 0 0.71
HSL 236.79º 0.61% 0.18% -
HSV(B) 236.79º 0.76% 0.29% -
XYZ 1.75 1.16 6.61 -
YUV 26.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 18 21 74 0.76 0.72 0 0.71 236.79 0.61 0.18
Hex 12 15 4A 4C 48 0 47 ED 3D 12
Octal 22 25 112 114 110 0 107 355 75 22
Binary 10010 10101 1001010 1001100 1001000 0 1000111 11101101 111101 10010

Color Harmonies of #12154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12154A

Black with #12154A

Text Example


Text Example

White with #12154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,21,74); }

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

background-color css

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

 a { background-color: rgb(18,21,74); }

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

border-color css

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

 span { border-color: rgb(18,21,74); }

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