Html Css Color HEX #10244A Midnight Express

📋 copy color: '#10244A'

red 16 ◦ green 36 ◦ blue 74

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

Shades of Midnight Express #10244A

Tints of Midnight Express #10244A

RGB

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

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

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

R = 12.7%
G = 28.57%
B = 58.73%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10244A (or 0x10244A) is known color: Midnight Express. HEX triplet: 10, 24 and 4A. RGB value is (16,36,74). Sum of RGB (Red+Green+Blue) = 16+36+74=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #10244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10244A is #EFDBB5. Grayscale: #222222. Windows color (decimal): -15719350 or 4858896. OLE color: 4858896.

HSL color Cylindrical-coordinate representation of color #10244A: hue angle of 219.31º 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 #10244A is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 36 74 -
CMYK 0.78 0.51 0 0.71
HSL 219.31º 0.64% 0.18% -
HSV(B) 219.31º 0.78% 0.29% -
XYZ 2.08 1.87 6.73 -
YUV 34.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 16 36 74 0.78 0.51 0 0.71 219.31 0.64 0.18
Hex 10 24 4A 4E 33 0 47 DB 40 12
Octal 20 44 112 116 63 0 107 333 100 22
Binary 10000 100100 1001010 1001110 110011 0 1000111 11011011 1000000 10010

Color Harmonies of #10244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10244A

Black with #10244A

Text Example


Text Example

White with #10244A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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