Html Css Color HEX #15234A Midnight Express

📋 copy color: '#15234A'

red 21 ◦ green 35 ◦ blue 74

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

Shades of Midnight Express #15234A

Tints of Midnight Express #15234A

RGB

 RED value IS 21 (8.59% from 255) = 16.15%

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

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

R = 16.15%
G = 26.92%
B = 56.92%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15234A (or 0x15234A) is known color: Midnight Express. HEX triplet: 15, 23 and 4A. RGB value is (21,35,74). Sum of RGB (Red+Green+Blue) = 21+35+74=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #15234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15234A is #EADCB5. Grayscale: #232323. Windows color (decimal): -15391926 or 4858645. OLE color: 4858645.

HSL color Cylindrical-coordinate representation of color #15234A: hue angle of 224.15º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15234A is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 35 74 -
CMYK 0.72 0.53 0 0.71
HSL 224.15º 0.56% 0.19% -
HSV(B) 224.15º 0.72% 0.29% -
XYZ 2.15 1.86 6.72 -
YUV 35.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 21 35 74 0.72 0.53 0 0.71 224.15 0.56 0.19
Hex 15 23 4A 48 35 0 47 E0 38 13
Octal 25 43 112 110 65 0 107 340 70 23
Binary 10101 100011 1001010 1001000 110101 0 1000111 11100000 111000 10011

Color Harmonies of #15234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15234A

Black with #15234A

Text Example


Text Example

White with #15234A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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