Html Css Color HEX #151A74 Midnight Blue

📋 copy color: '#151A74'

red 21 ◦ green 26 ◦ blue 116

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

Shades of Midnight Blue #151A74

Tints of Midnight Blue #151A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 71.17%

R = 12.88%
G = 15.95%
B = 71.17%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#151A74 (or 0x151A74) is known color: Midnight Blue. HEX triplet: 15, 1A and 74. RGB value is (21,26,116). Sum of RGB (Red+Green+Blue) = 21+26+116=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #151A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A74 is #EAE58B. Grayscale: #222222. Windows color (decimal): -15394188 or 7608853. OLE color: 7608853.

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

Color convert

RGB 21 26 116 -
CMYK 0.82 0.78 0 0.55
HSL 236.84º 0.69% 0.27% -
HSV(B) 236.84º 0.82% 0.45% -
XYZ 3.83 2.16 16.74 -
YUV 34.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 21 26 116 0.82 0.78 0 0.55 236.84 0.69 0.27
Hex 15 1A 74 52 4E 0 37 ED 45 1B
Octal 25 32 164 122 116 0 67 355 105 33
Binary 10101 11010 1110100 1010010 1001110 0 110111 11101101 1000101 11011

Color Harmonies of #151A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A74

Black with #151A74

Text Example


Text Example

White with #151A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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