Html Css Color HEX #10204C Midnight Express

📋 copy color: '#10204C'

red 16 ◦ green 32 ◦ blue 76

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

Shades of Midnight Express #10204C

Tints of Midnight Express #10204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.81%

 BLUE value IS 76 (30.08% from 255) = 61.29%

R = 12.9%
G = 25.81%
B = 61.29%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10204C (or 0x10204C) is known color: Midnight Express. HEX triplet: 10, 20 and 4C. RGB value is (16,32,76). Sum of RGB (Red+Green+Blue) = 16+32+76=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #10204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10204C is #EFDFB3. Grayscale: #202020. Windows color (decimal): -15720372 or 4988944. OLE color: 4988944.

HSL color Cylindrical-coordinate representation of color #10204C: hue angle of 224º degrees, saturation: 0.65, 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 #10204C is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 32 76 -
CMYK 0.79 0.58 0 0.70
HSL 224º 0.65% 0.18% -
HSV(B) 224º 0.79% 0.3% -
XYZ 2.03 1.66 7.05 -
YUV 32.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 16 32 76 0.79 0.58 0 0.70 224 0.65 0.18
Hex 10 20 4C 4F 3A 0 46 E0 41 12
Octal 20 40 114 117 72 0 106 340 101 22
Binary 10000 100000 1001100 1001111 111010 0 1000110 11100000 1000001 10010

Color Harmonies of #10204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10204C

Black with #10204C

Text Example


Text Example

White with #10204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10204C; }

 p { color: rgb(16,32,76); }

 H1.HeaderClassName
 {
   color: #10204C;
 }
 .AnyTagClassName
 {
   color: #10204C;
 }
</style>

background-color css

<style>
 a { background-color: #10204C; }

 a { background-color: rgb(16,32,76); }

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

border-color css

<style>
 span { border-color: #10204C; }

 span { border-color: rgb(16,32,76); }

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