Html Css Color HEX #12184C Midnight Express

📋 copy color: '#12184C'

red 18 ◦ green 24 ◦ blue 76

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

Shades of Midnight Express #12184C

Tints of Midnight Express #12184C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 64.41%

R = 15.25%
G = 20.34%
B = 64.41%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12184C (or 0x12184C) is known color: Midnight Express. HEX triplet: 12, 18 and 4C. RGB value is (18,24,76). Sum of RGB (Red+Green+Blue) = 18+24+76=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #12184C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12184C is #EDE7B3. Grayscale: #1B1B1B. Windows color (decimal): -15591348 or 4986898. OLE color: 4986898.

HSL color Cylindrical-coordinate representation of color #12184C: hue angle of 233.79º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12184C is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 24 76 -
CMYK 0.76 0.68 0 0.70
HSL 233.79º 0.62% 0.18% -
HSV(B) 233.79º 0.76% 0.3% -
XYZ 1.88 1.3 6.99 -
YUV 28.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 18 24 76 0.76 0.68 0 0.70 233.79 0.62 0.18
Hex 12 18 4C 4C 44 0 46 EA 3E 12
Octal 22 30 114 114 104 0 106 352 76 22
Binary 10010 11000 1001100 1001100 1000100 0 1000110 11101010 111110 10010

Color Harmonies of #12184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12184C

Black with #12184C

Text Example


Text Example

White with #12184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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