Html Css Color HEX #152348 Midnight Express

📋 copy color: '#152348'

red 21 ◦ green 35 ◦ blue 72

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

Shades of Midnight Express #152348

Tints of Midnight Express #152348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 56.25%

R = 16.41%
G = 27.34%
B = 56.25%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#152348 (or 0x152348) is known color: Midnight Express. HEX triplet: 15, 23 and 48. RGB value is (21,35,72). Sum of RGB (Red+Green+Blue) = 21+35+72=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #152348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152348 is #EADCB7. Grayscale: #222222. Windows color (decimal): -15391928 or 4727573. OLE color: 4727573.

HSL color Cylindrical-coordinate representation of color #152348: hue angle of 223.53º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #152348 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 35 72 -
CMYK 0.71 0.51 0 0.72
HSL 223.53º 0.55% 0.18% -
HSV(B) 223.53º 0.71% 0.28% -
XYZ 2.08 1.83 6.37 -
YUV 35.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 21 35 72 0.71 0.51 0 0.72 223.53 0.55 0.18
Hex 15 23 48 47 33 0 48 E0 37 12
Octal 25 43 110 107 63 0 110 340 67 22
Binary 10101 100011 1001000 1000111 110011 0 1001000 11100000 110111 10010

Color Harmonies of #152348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152348

Black with #152348

Text Example


Text Example

White with #152348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152348; }

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

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

background-color css

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

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

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

border-color css

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

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

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