Html Css Color HEX #10244C Midnight Express

📋 copy color: '#10244C'

red 16 ◦ green 36 ◦ blue 76

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

Shades of Midnight Express #10244C

Tints of Midnight Express #10244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.13%

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

R = 12.5%
G = 28.13%
B = 59.38%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10244C (or 0x10244C) is known color: Midnight Express. HEX triplet: 10, 24 and 4C. RGB value is (16,36,76). Sum of RGB (Red+Green+Blue) = 16+36+76=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #10244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10244C is #EFDBB3. Grayscale: #222222. Windows color (decimal): -15719348 or 4989968. OLE color: 4989968.

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

Color convert

RGB 16 36 76 -
CMYK 0.79 0.53 0 0.70
HSL 220º 0.65% 0.18% -
HSV(B) 220º 0.79% 0.3% -
XYZ 2.15 1.89 7.09 -
YUV 34.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 16 36 76 0.79 0.53 0 0.70 220 0.65 0.18
Hex 10 24 4C 4F 35 0 46 DC 41 12
Octal 20 44 114 117 65 0 106 334 101 22
Binary 10000 100100 1001100 1001111 110101 0 1000110 11011100 1000001 10010

Color Harmonies of #10244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10244C

Black with #10244C

Text Example


Text Example

White with #10244C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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