Html Css Color HEX #151A5E Midnight Blue

📋 copy color: '#151A5E'

red 21 ◦ green 26 ◦ blue 94

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

Shades of Midnight Blue #151A5E

Tints of Midnight Blue #151A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 66.67%

R = 14.89%
G = 18.44%
B = 66.67%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#151A5E (or 0x151A5E) is known color: Midnight Blue. HEX triplet: 15, 1A and 5E. RGB value is (21,26,94). Sum of RGB (Red+Green+Blue) = 21+26+94=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 94 (37.11% from 255 or 66.67% from 141); Max value from RGB is 94 - color contains mainly: blue. Hex color #151A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A5E is #EAE5A1. Grayscale: #1F1F1F. Windows color (decimal): -15394210 or 6167061. OLE color: 6167061.

HSL color Cylindrical-coordinate representation of color #151A5E: hue angle of 235.89º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #151A5E is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 26 94 -
CMYK 0.78 0.72 0 0.63
HSL 235.89º 0.63% 0.23% -
HSV(B) 235.89º 0.78% 0.37% -
XYZ 2.7 1.71 10.78 -
YUV 32.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 21 26 94 0.78 0.72 0 0.63 235.89 0.63 0.23
Hex 15 1A 5E 4E 48 0 3F EC 3F 17
Octal 25 32 136 116 110 0 77 354 77 27
Binary 10101 11010 1011110 1001110 1001000 0 111111 11101100 111111 10111

Color Harmonies of #151A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A5E

Black with #151A5E

Text Example


Text Example

White with #151A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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