Html Css Color HEX #12144B Midnight Express

📋 copy color: '#12144B'

red 18 ◦ green 20 ◦ blue 75

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

Shades of Midnight Express #12144B

Tints of Midnight Express #12144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.7%

 BLUE value IS 75 (29.69% from 255) = 66.37%

R = 15.93%
G = 17.7%
B = 66.37%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12144B (or 0x12144B) is known color: Midnight Express. HEX triplet: 12, 14 and 4B. RGB value is (18,20,75). Sum of RGB (Red+Green+Blue) = 18+20+75=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #12144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12144B is #EDEBB4. Grayscale: #191919. Windows color (decimal): -15592373 or 4920338. OLE color: 4920338.

HSL color Cylindrical-coordinate representation of color #12144B: hue angle of 237.89º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12144B is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 20 75 -
CMYK 0.76 0.73 0 0.71
HSL 237.89º 0.61% 0.18% -
HSV(B) 237.89º 0.76% 0.29% -
XYZ 1.77 1.14 6.78 -
YUV 25.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 18 20 75 0.76 0.73 0 0.71 237.89 0.61 0.18
Hex 12 14 4B 4C 49 0 47 EE 3D 12
Octal 22 24 113 114 111 0 107 356 75 22
Binary 10010 10100 1001011 1001100 1001001 0 1000111 11101110 111101 10010

Color Harmonies of #12144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12144B

Black with #12144B

Text Example


Text Example

White with #12144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12144B; }

 p { color: rgb(18,20,75); }

 H1.HeaderClassName
 {
   color: #12144B;
 }
 .AnyTagClassName
 {
   color: #12144B;
 }
</style>

background-color css

<style>
 a { background-color: #12144B; }

 a { background-color: rgb(18,20,75); }

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

border-color css

<style>
 span { border-color: #12144B; }

 span { border-color: rgb(18,20,75); }

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