Html Css Color HEX #12194B Midnight Express

📋 copy color: '#12194B'

red 18 ◦ green 25 ◦ blue 75

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

Shades of Midnight Express #12194B

Tints of Midnight Express #12194B

RGB

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

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

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

R = 15.25%
G = 21.19%
B = 63.56%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12194B (or 0x12194B) is known color: Midnight Express. HEX triplet: 12, 19 and 4B. RGB value is (18,25,75). Sum of RGB (Red+Green+Blue) = 18+25+75=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #12194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12194B is #EDE6B4. Grayscale: #1C1C1C. Windows color (decimal): -15591093 or 4921618. OLE color: 4921618.

HSL color Cylindrical-coordinate representation of color #12194B: hue angle of 232.63º 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 #12194B is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 25 75 -
CMYK 0.76 0.67 0 0.71
HSL 232.63º 0.61% 0.18% -
HSV(B) 232.63º 0.76% 0.29% -
XYZ 1.87 1.33 6.82 -
YUV 28.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 18 25 75 0.76 0.67 0 0.71 232.63 0.61 0.18
Hex 12 19 4B 4C 43 0 47 E9 3D 12
Octal 22 31 113 114 103 0 107 351 75 22
Binary 10010 11001 1001011 1001100 1000011 0 1000111 11101001 111101 10010

Color Harmonies of #12194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12194B

Black with #12194B

Text Example


Text Example

White with #12194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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