Html Css Color HEX #12174F Midnight Express

📋 copy color: '#12174F'

red 18 ◦ green 23 ◦ blue 79

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

Shades of Midnight Express #12174F

Tints of Midnight Express #12174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

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

R = 15%
G = 19.17%
B = 65.83%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12174F (or 0x12174F) is known color: Midnight Express. HEX triplet: 12, 17 and 4F. RGB value is (18,23,79). Sum of RGB (Red+Green+Blue) = 18+23+79=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #12174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12174F is #EDE8B0. Grayscale: #1B1B1B. Windows color (decimal): -15591601 or 5183250. OLE color: 5183250.

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

Color convert

RGB 18 23 79 -
CMYK 0.77 0.71 0 0.69
HSL 235.08º 0.63% 0.19% -
HSV(B) 235.08º 0.77% 0.31% -
XYZ 1.97 1.31 7.55 -
YUV 27.89 156.84 120.95 -
System Red Green Blue C M Y K H S L
Decimal 18 23 79 0.77 0.71 0 0.69 235.08 0.63 0.19
Hex 12 17 4F 4D 47 0 45 EB 3F 13
Octal 22 27 117 115 107 0 105 353 77 23
Binary 10010 10111 1001111 1001101 1000111 0 1000101 11101011 111111 10011

Color Harmonies of #12174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12174F

Black with #12174F

Text Example


Text Example

White with #12174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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