Html Css Color HEX #10214D Midnight Express

📋 copy color: '#10214D'

red 16 ◦ green 33 ◦ blue 77

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

Shades of Midnight Express #10214D

Tints of Midnight Express #10214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.19%

 BLUE value IS 77 (30.47% from 255) = 61.11%

R = 12.7%
G = 26.19%
B = 61.11%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10214D (or 0x10214D) is known color: Midnight Express. HEX triplet: 10, 21 and 4D. RGB value is (16,33,77). Sum of RGB (Red+Green+Blue) = 16+33+77=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #10214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10214D is #EFDEB2. Grayscale: #202020. Windows color (decimal): -15720115 or 5054736. OLE color: 5054736.

HSL color Cylindrical-coordinate representation of color #10214D: hue angle of 223.28º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10214D is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 33 77 -
CMYK 0.79 0.57 0 0.70
HSL 223.28º 0.66% 0.18% -
HSV(B) 223.28º 0.79% 0.3% -
XYZ 2.1 1.73 7.25 -
YUV 32.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 16 33 77 0.79 0.57 0 0.70 223.28 0.66 0.18
Hex 10 21 4D 4F 39 0 46 DF 42 12
Octal 20 41 115 117 71 0 106 337 102 22
Binary 10000 100001 1001101 1001111 111001 0 1000110 11011111 1000010 10010

Color Harmonies of #10214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10214D

Black with #10214D

Text Example


Text Example

White with #10214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,33,77); }

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

background-color css

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

 a { background-color: rgb(16,33,77); }

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

border-color css

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

 span { border-color: rgb(16,33,77); }

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