Html Css Color HEX #151A7F Midnight Blue

📋 copy color: '#151A7F'

red 21 ◦ green 26 ◦ blue 127

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

Shades of Midnight Blue #151A7F

Tints of Midnight Blue #151A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 72.99%

R = 12.07%
G = 14.94%
B = 72.99%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#151A7F (or 0x151A7F) is known color: Midnight Blue. HEX triplet: 15, 1A and 7F. RGB value is (21,26,127). Sum of RGB (Red+Green+Blue) = 21+26+127=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 127 (50% from 255 or 72.99% from 174); Max value from RGB is 127 - color contains mainly: blue. Hex color #151A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A7F is #EAE580. Grayscale: #232323. Windows color (decimal): -15394177 or 8329749. OLE color: 8329749.

HSL color Cylindrical-coordinate representation of color #151A7F: hue angle of 237.17º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #151A7F is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 26 127 -
CMYK 0.83 0.80 0 0.50
HSL 237.17º 0.72% 0.29% -
HSV(B) 237.17º 0.83% 0.5% -
XYZ 4.51 2.43 20.31 -
YUV 36.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 21 26 127 0.83 0.80 0 0.50 237.17 0.72 0.29
Hex 15 1A 7F 53 50 0 32 ED 48 1D
Octal 25 32 177 123 120 0 62 355 110 35
Binary 10101 11010 1111111 1010011 1010000 0 110010 11101101 1001000 11101

Color Harmonies of #151A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A7F

Black with #151A7F

Text Example


Text Example

White with #151A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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