Html Css Color HEX #150272 Midnight Blue

📋 copy color: '#150272'

red 21 ◦ green 2 ◦ blue 114

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

Shades of Midnight Blue #150272

Tints of Midnight Blue #150272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 83.21%

R = 15.33%
G = 1.46%
B = 83.21%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#150272 (or 0x150272) is known color: Midnight Blue. HEX triplet: 15, 02 and 72. RGB value is (21,2,114). Sum of RGB (Red+Green+Blue) = 21+2+114=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #150272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150272 is #EAFD8D. Grayscale: #141414. Windows color (decimal): -15400334 or 7471637. OLE color: 7471637.

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

Color convert

RGB 21 2 114 -
CMYK 0.82 0.98 0 0.55
HSL 250.18º 0.97% 0.23% -
HSV(B) 250.18º 0.98% 0.45% -
XYZ 3.37 1.42 16.02 -
YUV 20.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 21 2 114 0.82 0.98 0 0.55 250.18 0.97 0.23
Hex 15 2 72 52 62 0 37 FA 61 17
Octal 25 2 162 122 142 0 67 372 141 27
Binary 10101 10 1110010 1010010 1100010 0 110111 11111010 1100001 10111

Color Harmonies of #150272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150272

Black with #150272

Text Example


Text Example

White with #150272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150272; }

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

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

background-color css

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

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

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

border-color css

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

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

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