Html Css Color HEX #151A75 Midnight Blue

📋 copy color: '#151A75'

red 21 ◦ green 26 ◦ blue 117

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

Shades of Midnight Blue #151A75

Tints of Midnight Blue #151A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 71.34%

R = 12.8%
G = 15.85%
B = 71.34%

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

#151A75 (or 0x151A75) is known color: Midnight Blue. HEX triplet: 15, 1A and 75. RGB value is (21,26,117). Sum of RGB (Red+Green+Blue) = 21+26+117=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #151A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A75 is #EAE58A. Grayscale: #222222. Windows color (decimal): -15394187 or 7674389. OLE color: 7674389.

HSL color Cylindrical-coordinate representation of color #151A75: hue angle of 236.88º 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 #151A75 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 26 117 -
CMYK 0.82 0.78 0 0.54
HSL 236.88º 0.7% 0.27% -
HSV(B) 236.88º 0.82% 0.46% -
XYZ 3.89 2.18 17.05 -
YUV 34.88 174.34 118.1 -
System Red Green Blue C M Y K H S L
Decimal 21 26 117 0.82 0.78 0 0.54 236.88 0.7 0.27
Hex 15 1A 75 52 4E 0 36 ED 46 1B
Octal 25 32 165 122 116 0 66 355 106 33
Binary 10101 11010 1110101 1010010 1001110 0 110110 11101101 1000110 11011

Color Harmonies of #151A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A75

Black with #151A75

Text Example


Text Example

White with #151A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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