Html Css Color HEX #151A5A Midnight Blue

📋 copy color: '#151A5A'

red 21 ◦ green 26 ◦ blue 90

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

Shades of Midnight Blue #151A5A

Tints of Midnight Blue #151A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 65.69%

R = 15.33%
G = 18.98%
B = 65.69%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#151A5A (or 0x151A5A) is known color: Midnight Blue. HEX triplet: 15, 1A and 5A. RGB value is (21,26,90). Sum of RGB (Red+Green+Blue) = 21+26+90=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #151A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A5A is #EAE5A5. Grayscale: #1F1F1F. Windows color (decimal): -15394214 or 5904917. OLE color: 5904917.

HSL color Cylindrical-coordinate representation of color #151A5A: hue angle of 235.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #151A5A is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 26 90 -
CMYK 0.77 0.71 0 0.65
HSL 235.65º 0.62% 0.22% -
HSV(B) 235.65º 0.77% 0.35% -
XYZ 2.52 1.64 9.86 -
YUV 31.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 21 26 90 0.77 0.71 0 0.65 235.65 0.62 0.22
Hex 15 1A 5A 4D 47 0 41 EC 3E 16
Octal 25 32 132 115 107 0 101 354 76 26
Binary 10101 11010 1011010 1001101 1000111 0 1000001 11101100 111110 10110

Color Harmonies of #151A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A5A

Black with #151A5A

Text Example


Text Example

White with #151A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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