Html Css Color HEX #12154D Midnight Express

📋 copy color: '#12154D'

red 18 ◦ green 21 ◦ blue 77

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

Shades of Midnight Express #12154D

Tints of Midnight Express #12154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 66.38%

R = 15.52%
G = 18.1%
B = 66.38%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12154D (or 0x12154D) is known color: Midnight Express. HEX triplet: 12, 15 and 4D. RGB value is (18,21,77). Sum of RGB (Red+Green+Blue) = 18+21+77=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #12154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12154D is #EDEAB2. Grayscale: #1A1A1A. Windows color (decimal): -15592115 or 5051666. OLE color: 5051666.

HSL color Cylindrical-coordinate representation of color #12154D: hue angle of 236.95º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12154D is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 21 77 -
CMYK 0.77 0.73 0 0.70
HSL 236.95º 0.62% 0.19% -
HSV(B) 236.95º 0.77% 0.3% -
XYZ 1.86 1.2 7.16 -
YUV 26.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 18 21 77 0.77 0.73 0 0.70 236.95 0.62 0.19
Hex 12 15 4D 4D 49 0 46 ED 3E 13
Octal 22 25 115 115 111 0 106 355 76 23
Binary 10010 10101 1001101 1001101 1001001 0 1000110 11101101 111110 10011

Color Harmonies of #12154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12154D

Black with #12154D

Text Example


Text Example

White with #12154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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