Html Css Color HEX #10124C Midnight Express

📋 copy color: '#10124C'

red 16 ◦ green 18 ◦ blue 76

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

Shades of Midnight Express #10124C

Tints of Midnight Express #10124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 69.09%

R = 14.55%
G = 16.36%
B = 69.09%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10124C (or 0x10124C) is known color: Midnight Express. HEX triplet: 10, 12 and 4C. RGB value is (16,18,76). Sum of RGB (Red+Green+Blue) = 16+18+76=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 76 (30.08% from 255 or 69.09% from 110); Max value from RGB is 76 - color contains mainly: blue. Hex color #10124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10124C is #EFEDB3. Grayscale: #171717. Windows color (decimal): -15723956 or 4985360. OLE color: 4985360.

HSL color Cylindrical-coordinate representation of color #10124C: hue angle of 238º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10124C is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 18 76 -
CMYK 0.79 0.76 0 0.70
HSL 238º 0.65% 0.18% -
HSV(B) 238º 0.79% 0.3% -
XYZ 1.73 1.06 6.95 -
YUV 24.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 16 18 76 0.79 0.76 0 0.70 238 0.65 0.18
Hex 10 12 4C 4F 4C 0 46 EE 41 12
Octal 20 22 114 117 114 0 106 356 101 22
Binary 10000 10010 1001100 1001111 1001100 0 1000110 11101110 1000001 10010

Color Harmonies of #10124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10124C

Black with #10124C

Text Example


Text Example

White with #10124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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