Html Css Color HEX #10124B Midnight Express

📋 copy color: '#10124B'

red 16 ◦ green 18 ◦ blue 75

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

Shades of Midnight Express #10124B

Tints of Midnight Express #10124B

RGB

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

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

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

R = 14.68%
G = 16.51%
B = 68.81%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10124B (or 0x10124B) is known color: Midnight Express. HEX triplet: 10, 12 and 4B. RGB value is (16,18,75). Sum of RGB (Red+Green+Blue) = 16+18+75=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #10124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10124B is #EFEDB4. Grayscale: #171717. Windows color (decimal): -15723957 or 4919824. OLE color: 4919824.

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

Color convert

RGB 16 18 75 -
CMYK 0.79 0.76 0 0.71
HSL 237.97º 0.65% 0.18% -
HSV(B) 237.97º 0.79% 0.29% -
XYZ 1.7 1.05 6.77 -
YUV 23.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 16 18 75 0.79 0.76 0 0.71 237.97 0.65 0.18
Hex 10 12 4B 4F 4C 0 47 EE 41 12
Octal 20 22 113 117 114 0 107 356 101 22
Binary 10000 10010 1001011 1001111 1001100 0 1000111 11101110 1000001 10010

Color Harmonies of #10124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10124B

Black with #10124B

Text Example


Text Example

White with #10124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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