Html Css Color HEX #10203D Midnight Express

📋 copy color: '#10203D'

red 16 ◦ green 32 ◦ blue 61

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

Shades of Midnight Express #10203D

Tints of Midnight Express #10203D

RGB

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

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

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

R = 14.68%
G = 29.36%
B = 55.96%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10203D (or 0x10203D) is known color: Midnight Express. HEX triplet: 10, 20 and 3D. RGB value is (16,32,61). Sum of RGB (Red+Green+Blue) = 16+32+61=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #10203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10203D is #EFDFC2. Grayscale: #1E1E1E. Windows color (decimal): -15720387 or 4005904. OLE color: 4005904.

HSL color Cylindrical-coordinate representation of color #10203D: hue angle of 218.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 #10203D is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 16 32 61 -
CMYK 0.74 0.48 0 0.76
HSL 218.67º 0.58% 0.15% -
HSV(B) 218.67º 0.74% 0.24% -
XYZ 1.57 1.48 4.62 -
YUV 30.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 16 32 61 0.74 0.48 0 0.76 218.67 0.58 0.15
Hex 10 20 3D 4A 30 0 4C DB 3A F
Octal 20 40 75 112 60 0 114 333 72 17
Binary 10000 100000 111101 1001010 110000 0 1001100 11011011 111010 1111

Color Harmonies of #10203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10203D

Black with #10203D

Text Example


Text Example

White with #10203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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