Html Css Color HEX #151B30 Midnight Express

📋 copy color: '#151B30'

red 21 ◦ green 27 ◦ blue 48

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

Shades of Midnight Express #151B30

Tints of Midnight Express #151B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.13%

 BLUE value IS 48 (19.14% from 255) = 50%

R = 21.88%
G = 28.13%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#151B30 (or 0x151B30) is known color: Midnight Express. HEX triplet: 15, 1B and 30. RGB value is (21,27,48). Sum of RGB (Red+Green+Blue) = 21+27+48=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #151B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B30 is #EAE4CF. Grayscale: #1B1B1B. Windows color (decimal): -15394000 or 3152661. OLE color: 3152661.

HSL color Cylindrical-coordinate representation of color #151B30: hue angle of 226.67º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #151B30 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 27 48 -
CMYK 0.56 0.44 0 0.81
HSL 226.67º 0.39% 0.14% -
HSV(B) 226.67º 0.56% 0.19% -
XYZ 1.23 1.16 2.95 -
YUV 27.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 21 27 48 0.56 0.44 0 0.81 226.67 0.39 0.14
Hex 15 1B 30 38 2C 0 51 E3 27 E
Octal 25 33 60 70 54 0 121 343 47 16
Binary 10101 11011 110000 111000 101100 0 1010001 11100011 100111 1110

Color Harmonies of #151B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151B30

Black with #151B30

Text Example


Text Example

White with #151B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151B30; }

 p { color: rgb(21,27,48); }

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

background-color css

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

 a { background-color: rgb(21,27,48); }

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

border-color css

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

 span { border-color: rgb(21,27,48); }

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