Html Css Color HEX #12164D Midnight Express

📋 copy color: '#12164D'

red 18 ◦ green 22 ◦ blue 77

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

Shades of Midnight Express #12164D

Tints of Midnight Express #12164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.8%

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

R = 15.38%
G = 18.8%
B = 65.81%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12164D (or 0x12164D) is known color: Midnight Express. HEX triplet: 12, 16 and 4D. RGB value is (18,22,77). Sum of RGB (Red+Green+Blue) = 18+22+77=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #12164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12164D is #EDE9B2. Grayscale: #1A1A1A. Windows color (decimal): -15591859 or 5051922. OLE color: 5051922.

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

Color convert

RGB 18 22 77 -
CMYK 0.77 0.71 0 0.70
HSL 235.93º 0.62% 0.19% -
HSV(B) 235.93º 0.77% 0.3% -
XYZ 1.88 1.24 7.16 -
YUV 27.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 18 22 77 0.77 0.71 0 0.70 235.93 0.62 0.19
Hex 12 16 4D 4D 47 0 46 EC 3E 13
Octal 22 26 115 115 107 0 106 354 76 23
Binary 10010 10110 1001101 1001101 1000111 0 1000110 11101100 111110 10011

Color Harmonies of #12164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12164D

Black with #12164D

Text Example


Text Example

White with #12164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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