Html Css Color HEX #150271 Midnight Blue

📋 copy color: '#150271'

red 21 ◦ green 2 ◦ blue 113

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

Shades of Midnight Blue #150271

Tints of Midnight Blue #150271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.47%

 BLUE value IS 113 (44.53% from 255) = 83.09%

R = 15.44%
G = 1.47%
B = 83.09%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#150271 (or 0x150271) is known color: Midnight Blue. HEX triplet: 15, 02 and 71. RGB value is (21,2,113). Sum of RGB (Red+Green+Blue) = 21+2+113=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 113 (44.53% from 255 or 83.09% from 136); Max value from RGB is 113 - color contains mainly: blue. Hex color #150271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150271 is #EAFD8E. Grayscale: #131313. Windows color (decimal): -15400335 or 7406101. OLE color: 7406101.

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

Color convert

RGB 21 2 113 -
CMYK 0.81 0.98 0 0.56
HSL 250.27º 0.97% 0.23% -
HSV(B) 250.27º 0.98% 0.44% -
XYZ 3.31 1.4 15.72 -
YUV 20.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 21 2 113 0.81 0.98 0 0.56 250.27 0.97 0.23
Hex 15 2 71 51 62 0 38 FA 61 17
Octal 25 2 161 121 142 0 70 372 141 27
Binary 10101 10 1110001 1010001 1100010 0 111000 11111010 1100001 10111

Color Harmonies of #150271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150271

Black with #150271

Text Example


Text Example

White with #150271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150271; }

 p { color: rgb(21,2,113); }

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

background-color css

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

 a { background-color: rgb(21,2,113); }

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

border-color css

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

 span { border-color: rgb(21,2,113); }

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