Html Css Color HEX #12143F Midnight Express

📋 copy color: '#12143F'

red 18 ◦ green 20 ◦ blue 63

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

Shades of Midnight Express #12143F

Tints of Midnight Express #12143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 62.38%

R = 17.82%
G = 19.8%
B = 62.38%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#12143F (or 0x12143F) is known color: Midnight Express. HEX triplet: 12, 14 and 3F. RGB value is (18,20,63). Sum of RGB (Red+Green+Blue) = 18+20+63=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #12143F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12143F is #EDEBC0. Grayscale: #181818. Windows color (decimal): -15592385 or 4133906. OLE color: 4133906.

HSL color Cylindrical-coordinate representation of color #12143F: hue angle of 237.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12143F is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 20 63 -
CMYK 0.71 0.68 0 0.75
HSL 237.33º 0.56% 0.16% -
HSV(B) 237.33º 0.71% 0.25% -
XYZ 1.4 0.99 4.82 -
YUV 24.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 18 20 63 0.71 0.68 0 0.75 237.33 0.56 0.16
Hex 12 14 3F 47 44 0 4B ED 38 10
Octal 22 24 77 107 104 0 113 355 70 20
Binary 10010 10100 111111 1000111 1000100 0 1001011 11101101 111000 10000

Color Harmonies of #12143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12143F

Black with #12143F

Text Example


Text Example

White with #12143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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