Html Css Color HEX #151260 Midnight Blue

📋 copy color: '#151260'

red 21 ◦ green 18 ◦ blue 96

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

Shades of Midnight Blue #151260

Tints of Midnight Blue #151260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

 BLUE value IS 96 (37.89% from 255) = 71.11%

R = 15.56%
G = 13.33%
B = 71.11%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#151260 (or 0x151260) is known color: Midnight Blue. HEX triplet: 15, 12 and 60. RGB value is (21,18,96). Sum of RGB (Red+Green+Blue) = 21+18+96=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #151260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151260 is #EAED9F. Grayscale: #1B1B1B. Windows color (decimal): -15396256 or 6296085. OLE color: 6296085.

HSL color Cylindrical-coordinate representation of color #151260: hue angle of 242.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #151260 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 18 96 -
CMYK 0.78 0.81 0 0.62
HSL 242.31º 0.68% 0.22% -
HSV(B) 242.31º 0.81% 0.38% -
XYZ 2.64 1.44 11.2 -
YUV 27.79 166.49 123.16 -
System Red Green Blue C M Y K H S L
Decimal 21 18 96 0.78 0.81 0 0.62 242.31 0.68 0.22
Hex 15 12 60 4E 51 0 3E F2 44 16
Octal 25 22 140 116 121 0 76 362 104 26
Binary 10101 10010 1100000 1001110 1010001 0 111110 11110010 1000100 10110

Color Harmonies of #151260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151260

Black with #151260

Text Example


Text Example

White with #151260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151260; }

 p { color: rgb(21,18,96); }

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

background-color css

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

 a { background-color: rgb(21,18,96); }

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

border-color css

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

 span { border-color: rgb(21,18,96); }

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