Html Css Color HEX #100D41 Midnight Express

📋 copy color: '#100D41'

red 16 ◦ green 13 ◦ blue 65

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

Shades of Midnight Express #100D41

Tints of Midnight Express #100D41

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.83%

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

R = 17.02%
G = 13.83%
B = 69.15%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#100D41 (or 0x100D41) is known color: Midnight Express. HEX triplet: 10, 0D and 41. RGB value is (16,13,65). Sum of RGB (Red+Green+Blue) = 16+13+65=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 65 (25.78% from 255 or 69.15% from 94); Max value from RGB is 65 - color contains mainly: blue. Hex color #100D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D41 is #EFF2BE. Grayscale: #131313. Windows color (decimal): -15725247 or 4263184. OLE color: 4263184.

HSL color Cylindrical-coordinate representation of color #100D41: hue angle of 243.46º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #100D41 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 13 65 -
CMYK 0.75 0.80 0 0.75
HSL 243.46º 0.67% 0.15% -
HSV(B) 243.46º 0.8% 0.25% -
XYZ 1.31 0.78 5.08 -
YUV 19.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 16 13 65 0.75 0.80 0 0.75 243.46 0.67 0.15
Hex 10 D 41 4B 50 0 4B F3 43 F
Octal 20 15 101 113 120 0 113 363 103 17
Binary 10000 1101 1000001 1001011 1010000 0 1001011 11110011 1000011 1111

Color Harmonies of #100D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100D41

Black with #100D41

Text Example


Text Example

White with #100D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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