Html Css Color HEX #15233C Midnight Express

📋 copy color: '#15233C'

red 21 ◦ green 35 ◦ blue 60

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

Shades of Midnight Express #15233C

Tints of Midnight Express #15233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 51.72%

R = 18.1%
G = 30.17%
B = 51.72%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15233C (or 0x15233C) is known color: Midnight Express. HEX triplet: 15, 23 and 3C. RGB value is (21,35,60). Sum of RGB (Red+Green+Blue) = 21+35+60=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #15233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15233C is #EADCC3. Grayscale: #212121. Windows color (decimal): -15391940 or 3941141. OLE color: 3941141.

HSL color Cylindrical-coordinate representation of color #15233C: hue angle of 218.46º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #15233C is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 35 60 -
CMYK 0.65 0.42 0 0.76
HSL 218.46º 0.48% 0.16% -
HSV(B) 218.46º 0.65% 0.24% -
XYZ 1.73 1.69 4.51 -
YUV 33.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 21 35 60 0.65 0.42 0 0.76 218.46 0.48 0.16
Hex 15 23 3C 41 2A 0 4C DA 30 10
Octal 25 43 74 101 52 0 114 332 60 20
Binary 10101 100011 111100 1000001 101010 0 1001100 11011010 110000 10000

Color Harmonies of #15233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15233C

Black with #15233C

Text Example


Text Example

White with #15233C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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