Html Css Color HEX #12184D Midnight Express

📋 copy color: '#12184D'

red 18 ◦ green 24 ◦ blue 77

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

Shades of Midnight Express #12184D

Tints of Midnight Express #12184D

RGB

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

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

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

R = 15.13%
G = 20.17%
B = 64.71%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12184D (or 0x12184D) is known color: Midnight Express. HEX triplet: 12, 18 and 4D. RGB value is (18,24,77). Sum of RGB (Red+Green+Blue) = 18+24+77=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #12184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12184D is #EDE7B2. Grayscale: #1C1C1C. Windows color (decimal): -15591347 or 5052434. OLE color: 5052434.

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

Color convert

RGB 18 24 77 -
CMYK 0.77 0.69 0 0.70
HSL 233.9º 0.62% 0.19% -
HSV(B) 233.9º 0.77% 0.3% -
XYZ 1.92 1.32 7.17 -
YUV 28.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 18 24 77 0.77 0.69 0 0.70 233.9 0.62 0.19
Hex 12 18 4D 4D 45 0 46 EA 3E 13
Octal 22 30 115 115 105 0 106 352 76 23
Binary 10010 11000 1001101 1001101 1000101 0 1000110 11101010 111110 10011

Color Harmonies of #12184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12184D

Black with #12184D

Text Example


Text Example

White with #12184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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