Html Css Color HEX #12184F Midnight Express

📋 copy color: '#12184F'

red 18 ◦ green 24 ◦ blue 79

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

Shades of Midnight Express #12184F

Tints of Midnight Express #12184F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 65.29%

R = 14.88%
G = 19.83%
B = 65.29%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12184F (or 0x12184F) is known color: Midnight Express. HEX triplet: 12, 18 and 4F. RGB value is (18,24,79). Sum of RGB (Red+Green+Blue) = 18+24+79=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #12184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12184F is #EDE7B0. Grayscale: #1C1C1C. Windows color (decimal): -15591345 or 5183506. OLE color: 5183506.

HSL color Cylindrical-coordinate representation of color #12184F: hue angle of 234.1º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12184F is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 24 79 -
CMYK 0.77 0.70 0 0.69
HSL 234.1º 0.63% 0.19% -
HSV(B) 234.1º 0.77% 0.31% -
XYZ 1.99 1.35 7.55 -
YUV 28.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 18 24 79 0.77 0.70 0 0.69 234.1 0.63 0.19
Hex 12 18 4F 4D 46 0 45 EA 3F 13
Octal 22 30 117 115 106 0 105 352 77 23
Binary 10010 11000 1001111 1001101 1000110 0 1000101 11101010 111111 10011

Color Harmonies of #12184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12184F

Black with #12184F

Text Example


Text Example

White with #12184F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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