Html Css Color HEX #15233F Midnight Express

📋 copy color: '#15233F'

red 21 ◦ green 35 ◦ blue 63

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

Shades of Midnight Express #15233F

Tints of Midnight Express #15233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 52.94%

R = 17.65%
G = 29.41%
B = 52.94%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#15233F (or 0x15233F) is known color: Midnight Express. HEX triplet: 15, 23 and 3F. RGB value is (21,35,63). Sum of RGB (Red+Green+Blue) = 21+35+63=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #15233F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15233F is #EADCC0. Grayscale: #212121. Windows color (decimal): -15391937 or 4137749. OLE color: 4137749.

HSL color Cylindrical-coordinate representation of color #15233F: hue angle of 220º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15233F is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 35 63 -
CMYK 0.67 0.44 0 0.75
HSL 220º 0.5% 0.16% -
HSV(B) 220º 0.67% 0.25% -
XYZ 1.81 1.72 4.94 -
YUV 34.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 21 35 63 0.67 0.44 0 0.75 220 0.5 0.16
Hex 15 23 3F 43 2C 0 4B DC 32 10
Octal 25 43 77 103 54 0 113 334 62 20
Binary 10101 100011 111111 1000011 101100 0 1001011 11011100 110010 10000

Color Harmonies of #15233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15233F

Black with #15233F

Text Example


Text Example

White with #15233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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