Html Css Color HEX #15264F Midnight Express

📋 copy color: '#15264F'

red 21 ◦ green 38 ◦ blue 79

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

Shades of Midnight Express #15264F

Tints of Midnight Express #15264F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

 BLUE value IS 79 (31.25% from 255) = 57.25%

R = 15.22%
G = 27.54%
B = 57.25%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15264F (or 0x15264F) is known color: Midnight Express. HEX triplet: 15, 26 and 4F. RGB value is (21,38,79). Sum of RGB (Red+Green+Blue) = 21+38+79=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #15264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15264F is #EAD9B0. Grayscale: #252525. Windows color (decimal): -15391153 or 5187093. OLE color: 5187093.

HSL color Cylindrical-coordinate representation of color #15264F: hue angle of 222.41º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15264F is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 38 79 -
CMYK 0.73 0.52 0 0.69
HSL 222.41º 0.58% 0.2% -
HSV(B) 222.41º 0.73% 0.31% -
XYZ 2.41 2.11 7.68 -
YUV 37.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 21 38 79 0.73 0.52 0 0.69 222.41 0.58 0.2
Hex 15 26 4F 49 34 0 45 DE 3A 14
Octal 25 46 117 111 64 0 105 336 72 24
Binary 10101 100110 1001111 1001001 110100 0 1000101 11011110 111010 10100

Color Harmonies of #15264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15264F

Black with #15264F

Text Example


Text Example

White with #15264F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,38,79); }

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

background-color css

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

 a { background-color: rgb(21,38,79); }

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

border-color css

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

 span { border-color: rgb(21,38,79); }

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