Html Css Color HEX #12193F Midnight Express

📋 copy color: '#12193F'

red 18 ◦ green 25 ◦ blue 63

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

Shades of Midnight Express #12193F

Tints of Midnight Express #12193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.58%

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

R = 16.98%
G = 23.58%
B = 59.43%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#12193F (or 0x12193F) is known color: Midnight Express. HEX triplet: 12, 19 and 3F. RGB value is (18,25,63). Sum of RGB (Red+Green+Blue) = 18+25+63=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #12193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12193F is #EDE6C0. Grayscale: #1B1B1B. Windows color (decimal): -15591105 or 4135186. OLE color: 4135186.

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

Color convert

RGB 18 25 63 -
CMYK 0.71 0.60 0 0.75
HSL 230.67º 0.56% 0.16% -
HSV(B) 230.67º 0.71% 0.25% -
XYZ 1.49 1.18 4.85 -
YUV 27.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 18 25 63 0.71 0.60 0 0.75 230.67 0.56 0.16
Hex 12 19 3F 47 3C 0 4B E7 38 10
Octal 22 31 77 107 74 0 113 347 70 20
Binary 10010 11001 111111 1000111 111100 0 1001011 11100111 111000 10000

Color Harmonies of #12193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12193F

Black with #12193F

Text Example


Text Example

White with #12193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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