Html Css Color HEX #150FB2 New Midnight Blue

📋 copy color: '#150FB2'

red 21 ◦ green 15 ◦ blue 178

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

Shades of New Midnight Blue #150FB2

Tints of New Midnight Blue #150FB2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

 BLUE value IS 178 (69.92% from 255) = 83.18%

R = 9.81%
G = 7.01%
B = 83.18%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#150FB2 (or 0x150FB2) is known color: New Midnight Blue. HEX triplet: 15, 0F and B2. RGB value is (21,15,178). Sum of RGB (Red+Green+Blue) = 21+15+178=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 178 (69.92% from 255 or 83.18% from 214); Max value from RGB is 178 - color contains mainly: blue. Hex color #150FB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150FB2 is #EAF04D. Grayscale: #222222. Windows color (decimal): -15396942 or 11669269. OLE color: 11669269.

HSL color Cylindrical-coordinate representation of color #150FB2: hue angle of 242.21º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150FB2 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 21 15 178 -
CMYK 0.88 0.92 0 0.30
HSL 242.21º 0.84% 0.38% -
HSV(B) 242.21º 0.92% 0.7% -
XYZ 8.52 3.72 42.39 -
YUV 35.38 208.49 117.75 -
System Red Green Blue C M Y K H S L
Decimal 21 15 178 0.88 0.92 0 0.30 242.21 0.84 0.38
Hex 15 F B2 58 5C 0 1E F2 54 26
Octal 25 17 262 130 134 0 36 362 124 46
Binary 10101 1111 10110010 1011000 1011100 0 11110 11110010 1010100 100110

Color Harmonies of #150FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FB2

Black with #150FB2

Text Example


Text Example

White with #150FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150FB2; }

 p { color: rgb(21,15,178); }

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

background-color css

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

 a { background-color: rgb(21,15,178); }

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

border-color css

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

 span { border-color: rgb(21,15,178); }

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