Html Css Color HEX #151A58 Midnight Blue

📋 copy color: '#151A58'

red 21 ◦ green 26 ◦ blue 88

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

Shades of Midnight Blue #151A58

Tints of Midnight Blue #151A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 65.19%

R = 15.56%
G = 19.26%
B = 65.19%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#151A58 (or 0x151A58) is known color: Midnight Blue. HEX triplet: 15, 1A and 58. RGB value is (21,26,88). Sum of RGB (Red+Green+Blue) = 21+26+88=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #151A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A58 is #EAE5A7. Grayscale: #1F1F1F. Windows color (decimal): -15394216 or 5773845. OLE color: 5773845.

HSL color Cylindrical-coordinate representation of color #151A58: hue angle of 235.52º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151A58 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 26 88 -
CMYK 0.76 0.70 0 0.65
HSL 235.52º 0.61% 0.21% -
HSV(B) 235.52º 0.76% 0.35% -
XYZ 2.44 1.6 9.41 -
YUV 31.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 21 26 88 0.76 0.70 0 0.65 235.52 0.61 0.21
Hex 15 1A 58 4C 46 0 41 EC 3D 15
Octal 25 32 130 114 106 0 101 354 75 25
Binary 10101 11010 1011000 1001100 1000110 0 1000001 11101100 111101 10101

Color Harmonies of #151A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A58

Black with #151A58

Text Example


Text Example

White with #151A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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