Html Css Color HEX #10124A Midnight Express

📋 copy color: '#10124A'

red 16 ◦ green 18 ◦ blue 74

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

Shades of Midnight Express #10124A

Tints of Midnight Express #10124A

RGB

 RED value IS 16 (6.64% from 255) = 14.81%

 GREEN value IS 18 (7.42% from 255) = 16.67%

 BLUE value IS 74 (29.3% from 255) = 68.52%

R = 14.81%
G = 16.67%
B = 68.52%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10124A (or 0x10124A) is known color: Midnight Express. HEX triplet: 10, 12 and 4A. RGB value is (16,18,74). Sum of RGB (Red+Green+Blue) = 16+18+74=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #10124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10124A is #EFEDB5. Grayscale: #171717. Windows color (decimal): -15723958 or 4854288. OLE color: 4854288.

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

Color convert

RGB 16 18 74 -
CMYK 0.78 0.76 0 0.71
HSL 237.93º 0.64% 0.18% -
HSV(B) 237.93º 0.78% 0.29% -
XYZ 1.67 1.04 6.59 -
YUV 23.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 16 18 74 0.78 0.76 0 0.71 237.93 0.64 0.18
Hex 10 12 4A 4E 4C 0 47 EE 40 12
Octal 20 22 112 116 114 0 107 356 100 22
Binary 10000 10010 1001010 1001110 1001100 0 1000111 11101110 1000000 10010

Color Harmonies of #10124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10124A

Black with #10124A

Text Example


Text Example

White with #10124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10124A; }

 p { color: rgb(16,18,74); }

 H1.HeaderClassName
 {
   color: #10124A;
 }
 .AnyTagClassName
 {
   color: #10124A;
 }
</style>

background-color css

<style>
 a { background-color: #10124A; }

 a { background-color: rgb(16,18,74); }

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

border-color css

<style>
 span { border-color: #10124A; }

 span { border-color: rgb(16,18,74); }

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