Html Css Color HEX #150158 Midnight Blue

📋 copy color: '#150158'

red 21 ◦ green 1 ◦ blue 88

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

Shades of Midnight Blue #150158

Tints of Midnight Blue #150158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 19.09%
G = 0.91%
B = 80%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#150158 (or 0x150158) is known color: Midnight Blue. HEX triplet: 15, 01 and 58. RGB value is (21,1,88). Sum of RGB (Red+Green+Blue) = 21+1+88=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 88 (34.77% from 255 or 80% from 110); Max value from RGB is 88 - color contains mainly: blue. Hex color #150158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150158 is #EAFEA7. Grayscale: #101010. Windows color (decimal): -15400616 or 5767445. OLE color: 5767445.

HSL color Cylindrical-coordinate representation of color #150158: hue angle of 253.79º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150158 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 1 88 -
CMYK 0.76 0.99 0 0.65
HSL 253.79º 0.98% 0.17% -
HSV(B) 253.79º 0.99% 0.35% -
XYZ 2.08 0.89 9.29 -
YUV 16.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 21 1 88 0.76 0.99 0 0.65 253.79 0.98 0.17
Hex 15 1 58 4C 63 0 41 FE 62 11
Octal 25 1 130 114 143 0 101 376 142 21
Binary 10101 1 1011000 1001100 1100011 0 1000001 11111110 1100010 10001

Color Harmonies of #150158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150158

Black with #150158

Text Example


Text Example

White with #150158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150158; }

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

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

background-color css

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

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

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

border-color css

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

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

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