Html Css Color HEX #10234A Midnight Express

📋 copy color: '#10234A'

red 16 ◦ green 35 ◦ blue 74

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

Shades of Midnight Express #10234A

Tints of Midnight Express #10234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28%

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

R = 12.8%
G = 28%
B = 59.2%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10234A (or 0x10234A) is known color: Midnight Express. HEX triplet: 10, 23 and 4A. RGB value is (16,35,74). Sum of RGB (Red+Green+Blue) = 16+35+74=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #10234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10234A is #EFDCB5. Grayscale: #212121. Windows color (decimal): -15719606 or 4858640. OLE color: 4858640.

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

Color convert

RGB 16 35 74 -
CMYK 0.78 0.53 0 0.71
HSL 220.34º 0.64% 0.18% -
HSV(B) 220.34º 0.78% 0.29% -
XYZ 2.05 1.81 6.72 -
YUV 33.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 16 35 74 0.78 0.53 0 0.71 220.34 0.64 0.18
Hex 10 23 4A 4E 35 0 47 DC 40 12
Octal 20 43 112 116 65 0 107 334 100 22
Binary 10000 100011 1001010 1001110 110101 0 1000111 11011100 1000000 10010

Color Harmonies of #10234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10234A

Black with #10234A

Text Example


Text Example

White with #10234A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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