Html Css Color HEX #150858 Midnight Blue

📋 copy color: '#150858'

red 21 ◦ green 8 ◦ blue 88

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

Shades of Midnight Blue #150858

Tints of Midnight Blue #150858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.84%

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

R = 17.95%
G = 6.84%
B = 75.21%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#150858 (or 0x150858) is known color: Midnight Blue. HEX triplet: 15, 08 and 58. RGB value is (21,8,88). Sum of RGB (Red+Green+Blue) = 21+8+88=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 88 (34.77% from 255 or 75.21% from 117); Max value from RGB is 88 - color contains mainly: blue. Hex color #150858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150858 is #EAF7A7. Grayscale: #141414. Windows color (decimal): -15398824 or 5769237. OLE color: 5769237.

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

Color convert

RGB 21 8 88 -
CMYK 0.76 0.91 0 0.65
HSL 249.75º 0.83% 0.19% -
HSV(B) 249.75º 0.91% 0.35% -
XYZ 2.16 1.04 9.32 -
YUV 21.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 21 8 88 0.76 0.91 0 0.65 249.75 0.83 0.19
Hex 15 8 58 4C 5B 0 41 FA 53 13
Octal 25 10 130 114 133 0 101 372 123 23
Binary 10101 1000 1011000 1001100 1011011 0 1000001 11111010 1010011 10011

Color Harmonies of #150858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150858

Black with #150858

Text Example


Text Example

White with #150858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150858; }

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

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

background-color css

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

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

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

border-color css

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

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

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