Html Css Color HEX #151A76 Midnight Blue

📋 copy color: '#151A76'

red 21 ◦ green 26 ◦ blue 118

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

Shades of Midnight Blue #151A76

Tints of Midnight Blue #151A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.76%

 BLUE value IS 118 (46.48% from 255) = 71.52%

R = 12.73%
G = 15.76%
B = 71.52%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#151A76 (or 0x151A76) is known color: Midnight Blue. HEX triplet: 15, 1A and 76. RGB value is (21,26,118). Sum of RGB (Red+Green+Blue) = 21+26+118=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #151A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A76 is #EAE589. Grayscale: #222222. Windows color (decimal): -15394186 or 7739925. OLE color: 7739925.

HSL color Cylindrical-coordinate representation of color #151A76: hue angle of 236.91º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151A76 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 26 118 -
CMYK 0.82 0.78 0 0.54
HSL 236.91º 0.7% 0.27% -
HSV(B) 236.91º 0.82% 0.46% -
XYZ 3.95 2.21 17.36 -
YUV 34.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 21 26 118 0.82 0.78 0 0.54 236.91 0.7 0.27
Hex 15 1A 76 52 4E 0 36 ED 46 1B
Octal 25 32 166 122 116 0 66 355 106 33
Binary 10101 11010 1110110 1010010 1001110 0 110110 11101101 1000110 11011

Color Harmonies of #151A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A76

Black with #151A76

Text Example


Text Example

White with #151A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,26,118); }

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

background-color css

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

 a { background-color: rgb(21,26,118); }

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

border-color css

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

 span { border-color: rgb(21,26,118); }

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