Html Css Color HEX #150874 Midnight Blue

📋 copy color: '#150874'

red 21 ◦ green 8 ◦ blue 116

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

Shades of Midnight Blue #150874

Tints of Midnight Blue #150874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 80%

R = 14.48%
G = 5.52%
B = 80%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#150874 (or 0x150874) is known color: Midnight Blue. HEX triplet: 15, 08 and 74. RGB value is (21,8,116). Sum of RGB (Red+Green+Blue) = 21+8+116=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #150874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150874 is #EAF78B. Grayscale: #171717. Windows color (decimal): -15398796 or 7604245. OLE color: 7604245.

HSL color Cylindrical-coordinate representation of color #150874: hue angle of 247.22º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150874 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 8 116 -
CMYK 0.82 0.93 0 0.55
HSL 247.22º 0.87% 0.24% -
HSV(B) 247.22º 0.93% 0.45% -
XYZ 3.55 1.59 16.64 -
YUV 24.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 21 8 116 0.82 0.93 0 0.55 247.22 0.87 0.24
Hex 15 8 74 52 5D 0 37 F7 57 18
Octal 25 10 164 122 135 0 67 367 127 30
Binary 10101 1000 1110100 1010010 1011101 0 110111 11110111 1010111 11000

Color Harmonies of #150874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150874

Black with #150874

Text Example


Text Example

White with #150874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150874; }

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

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

background-color css

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

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

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

border-color css

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

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

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