Html Css Color HEX #12113D Midnight Express

📋 copy color: '#12113D'

red 18 ◦ green 17 ◦ blue 61

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

Shades of Midnight Express #12113D

Tints of Midnight Express #12113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.71%

 BLUE value IS 61 (24.22% from 255) = 63.54%

R = 18.75%
G = 17.71%
B = 63.54%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12113D (or 0x12113D) is known color: Midnight Express. HEX triplet: 12, 11 and 3D. RGB value is (18,17,61). Sum of RGB (Red+Green+Blue) = 18+17+61=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #12113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12113D is #EDEEC2. Grayscale: #161616. Windows color (decimal): -15593155 or 4002066. OLE color: 4002066.

HSL color Cylindrical-coordinate representation of color #12113D: hue angle of 241.36º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12113D is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 17 61 -
CMYK 0.70 0.72 0 0.76
HSL 241.36º 0.56% 0.15% -
HSV(B) 241.36º 0.72% 0.24% -
XYZ 1.29 0.87 4.51 -
YUV 22.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 18 17 61 0.70 0.72 0 0.76 241.36 0.56 0.15
Hex 12 11 3D 46 48 0 4C F1 38 F
Octal 22 21 75 106 110 0 114 361 70 17
Binary 10010 10001 111101 1000110 1001000 0 1001100 11110001 111000 1111

Color Harmonies of #12113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12113D

Black with #12113D

Text Example


Text Example

White with #12113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,17,61); }

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

background-color css

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

 a { background-color: rgb(18,17,61); }

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

border-color css

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

 span { border-color: rgb(18,17,61); }

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