Html Css Color HEX #10214A Midnight Express

📋 copy color: '#10214A'

red 16 ◦ green 33 ◦ blue 74

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

Shades of Midnight Express #10214A

Tints of Midnight Express #10214A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 60.16%

R = 13.01%
G = 26.83%
B = 60.16%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10214A (or 0x10214A) is known color: Midnight Express. HEX triplet: 10, 21 and 4A. RGB value is (16,33,74). Sum of RGB (Red+Green+Blue) = 16+33+74=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #10214A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10214A is #EFDEB5. Grayscale: #202020. Windows color (decimal): -15720118 or 4858128. OLE color: 4858128.

HSL color Cylindrical-coordinate representation of color #10214A: hue angle of 222.41º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10214A is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 33 74 -
CMYK 0.78 0.55 0 0.71
HSL 222.41º 0.64% 0.18% -
HSV(B) 222.41º 0.78% 0.29% -
XYZ 1.99 1.69 6.7 -
YUV 32.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 16 33 74 0.78 0.55 0 0.71 222.41 0.64 0.18
Hex 10 21 4A 4E 37 0 47 DE 40 12
Octal 20 41 112 116 67 0 107 336 100 22
Binary 10000 100001 1001010 1001110 110111 0 1000111 11011110 1000000 10010

Color Harmonies of #10214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10214A

Black with #10214A

Text Example


Text Example

White with #10214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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