Html Css Color HEX #101241 Midnight Express

📋 copy color: '#101241'

red 16 ◦ green 18 ◦ blue 65

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

Shades of Midnight Express #101241

Tints of Midnight Express #101241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 65.66%

R = 16.16%
G = 18.18%
B = 65.66%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#101241 (or 0x101241) is known color: Midnight Express. HEX triplet: 10, 12 and 41. RGB value is (16,18,65). Sum of RGB (Red+Green+Blue) = 16+18+65=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #101241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101241 is #EFEDBE. Grayscale: #161616. Windows color (decimal): -15723967 or 4264464. OLE color: 4264464.

HSL color Cylindrical-coordinate representation of color #101241: hue angle of 237.55º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #101241 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 18 65 -
CMYK 0.75 0.72 0 0.75
HSL 237.55º 0.6% 0.16% -
HSV(B) 237.55º 0.75% 0.25% -
XYZ 1.38 0.92 5.11 -
YUV 22.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 16 18 65 0.75 0.72 0 0.75 237.55 0.6 0.16
Hex 10 12 41 4B 48 0 4B EE 3C 10
Octal 20 22 101 113 110 0 113 356 74 20
Binary 10000 10010 1000001 1001011 1001000 0 1001011 11101110 111100 10000

Color Harmonies of #101241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101241

Black with #101241

Text Example


Text Example

White with #101241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101241; }

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

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

background-color css

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

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

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

border-color css

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

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

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