Html Css Color HEX #10113D Midnight Express

📋 copy color: '#10113D'

red 16 ◦ green 17 ◦ blue 61

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

Shades of Midnight Express #10113D

Tints of Midnight Express #10113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.09%

 BLUE value IS 61 (24.22% from 255) = 64.89%

R = 17.02%
G = 18.09%
B = 64.89%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10113D (or 0x10113D) is known color: Midnight Express. HEX triplet: 10, 11 and 3D. RGB value is (16,17,61). Sum of RGB (Red+Green+Blue) = 16+17+61=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #10113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10113D is #EFEEC2. Grayscale: #151515. Windows color (decimal): -15724227 or 4002064. OLE color: 4002064.

HSL color Cylindrical-coordinate representation of color #10113D: hue angle of 238.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10113D is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 16 17 61 -
CMYK 0.74 0.72 0 0.76
HSL 238.67º 0.58% 0.15% -
HSV(B) 238.67º 0.74% 0.24% -
XYZ 1.26 0.85 4.51 -
YUV 21.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 16 17 61 0.74 0.72 0 0.76 238.67 0.58 0.15
Hex 10 11 3D 4A 48 0 4C EF 3A F
Octal 20 21 75 112 110 0 114 357 72 17
Binary 10000 10001 111101 1001010 1001000 0 1001100 11101111 111010 1111

Color Harmonies of #10113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10113D

Black with #10113D

Text Example


Text Example

White with #10113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10113D; }

 p { color: rgb(16,17,61); }

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

background-color css

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

 a { background-color: rgb(16,17,61); }

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

border-color css

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

 span { border-color: rgb(16,17,61); }

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