Html Css Color HEX #100D38 Midnight Express

📋 copy color: '#100D38'

red 16 ◦ green 13 ◦ blue 56

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

Shades of Midnight Express #100D38

Tints of Midnight Express #100D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 65.88%

R = 18.82%
G = 15.29%
B = 65.88%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#100D38 (or 0x100D38) is known color: Midnight Express. HEX triplet: 10, 0D and 38. RGB value is (16,13,56). Sum of RGB (Red+Green+Blue) = 16+13+56=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #100D38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D38 is #EFF2C7. Grayscale: #121212. Windows color (decimal): -15725256 or 3673360. OLE color: 3673360.

HSL color Cylindrical-coordinate representation of color #100D38: hue angle of 244.19º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #100D38 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 16 13 56 -
CMYK 0.71 0.77 0 0.78
HSL 244.19º 0.62% 0.14% -
HSV(B) 244.19º 0.77% 0.22% -
XYZ 1.07 0.68 3.82 -
YUV 18.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 16 13 56 0.71 0.77 0 0.78 244.19 0.62 0.14
Hex 10 D 38 47 4D 0 4E F4 3E E
Octal 20 15 70 107 115 0 116 364 76 16
Binary 10000 1101 111000 1000111 1001101 0 1001110 11110100 111110 1110

Color Harmonies of #100D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100D38

Black with #100D38

Text Example


Text Example

White with #100D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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