Html Css Color HEX #150370 Midnight Blue

📋 copy color: '#150370'

red 21 ◦ green 3 ◦ blue 112

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

Shades of Midnight Blue #150370

Tints of Midnight Blue #150370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

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

R = 15.44%
G = 2.21%
B = 82.35%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#150370 (or 0x150370) is known color: Midnight Blue. HEX triplet: 15, 03 and 70. RGB value is (21,3,112). Sum of RGB (Red+Green+Blue) = 21+3+112=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 112 (44.14% from 255 or 82.35% from 136); Max value from RGB is 112 - color contains mainly: blue. Hex color #150370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150370 is #EAFC8F. Grayscale: #141414. Windows color (decimal): -15400080 or 7340821. OLE color: 7340821.

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

Color convert

RGB 21 3 112 -
CMYK 0.81 0.97 0 0.56
HSL 249.91º 0.95% 0.23% -
HSV(B) 249.91º 0.97% 0.44% -
XYZ 3.27 1.39 15.43 -
YUV 20.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 21 3 112 0.81 0.97 0 0.56 249.91 0.95 0.23
Hex 15 3 70 51 61 0 38 FA 5F 17
Octal 25 3 160 121 141 0 70 372 137 27
Binary 10101 11 1110000 1010001 1100001 0 111000 11111010 1011111 10111

Color Harmonies of #150370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150370

Black with #150370

Text Example


Text Example

White with #150370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150370; }

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

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

background-color css

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

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

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

border-color css

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

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

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