Html Css Color HEX #101C41 Midnight Express

📋 copy color: '#101C41'

red 16 ◦ green 28 ◦ blue 65

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

Shades of Midnight Express #101C41

Tints of Midnight Express #101C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.69%

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

R = 14.68%
G = 25.69%
B = 59.63%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#101C41 (or 0x101C41) is known color: Midnight Express. HEX triplet: 10, 1C and 41. RGB value is (16,28,65). Sum of RGB (Red+Green+Blue) = 16+28+65=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #101C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101C41 is #EFE3BE. Grayscale: #1C1C1C. Windows color (decimal): -15721407 or 4267024. OLE color: 4267024.

HSL color Cylindrical-coordinate representation of color #101C41: hue angle of 225.31º 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 #101C41 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 28 65 -
CMYK 0.75 0.57 0 0.75
HSL 225.31º 0.6% 0.16% -
HSV(B) 225.31º 0.75% 0.25% -
XYZ 1.58 1.32 5.17 -
YUV 28.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 16 28 65 0.75 0.57 0 0.75 225.31 0.6 0.16
Hex 10 1C 41 4B 39 0 4B E1 3C 10
Octal 20 34 101 113 71 0 113 341 74 20
Binary 10000 11100 1000001 1001011 111001 0 1001011 11100001 111100 10000

Color Harmonies of #101C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101C41

Black with #101C41

Text Example


Text Example

White with #101C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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