Html Css Color HEX #150870 Midnight Blue

📋 copy color: '#150870'

red 21 ◦ green 8 ◦ blue 112

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

Shades of Midnight Blue #150870

Tints of Midnight Blue #150870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 79.43%

R = 14.89%
G = 5.67%
B = 79.43%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#150870 (or 0x150870) is known color: Midnight Blue. HEX triplet: 15, 08 and 70. RGB value is (21,8,112). Sum of RGB (Red+Green+Blue) = 21+8+112=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #150870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150870 is #EAF78F. Grayscale: #171717. Windows color (decimal): -15398800 or 7342101. OLE color: 7342101.

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

Color convert

RGB 21 8 112 -
CMYK 0.81 0.93 0 0.56
HSL 247.5º 0.87% 0.24% -
HSV(B) 247.5º 0.93% 0.44% -
XYZ 3.32 1.5 15.44 -
YUV 23.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 21 8 112 0.81 0.93 0 0.56 247.5 0.87 0.24
Hex 15 8 70 51 5D 0 38 F8 57 18
Octal 25 10 160 121 135 0 70 370 127 30
Binary 10101 1000 1110000 1010001 1011101 0 111000 11111000 1010111 11000

Color Harmonies of #150870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150870

Black with #150870

Text Example


Text Example

White with #150870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150870; }

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

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

background-color css

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

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

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

border-color css

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

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

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