Html Css Color HEX #150FB0 New Midnight Blue

📋 copy color: '#150FB0'

red 21 ◦ green 15 ◦ blue 176

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

Shades of New Midnight Blue #150FB0

Tints of New Midnight Blue #150FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 83.02%

R = 9.91%
G = 7.08%
B = 83.02%

CMYK

 C value IS 0.88

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#150FB0 (or 0x150FB0) is known color: New Midnight Blue. HEX triplet: 15, 0F and B0. RGB value is (21,15,176). Sum of RGB (Red+Green+Blue) = 21+15+176=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 176 (69.14% from 255 or 83.02% from 212); Max value from RGB is 176 - color contains mainly: blue. Hex color #150FB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150FB0 is #EAF04F. Grayscale: #222222. Windows color (decimal): -15396944 or 11538197. OLE color: 11538197.

HSL color Cylindrical-coordinate representation of color #150FB0: hue angle of 242.24º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150FB0 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 15 176 -
CMYK 0.88 0.91 0 0.31
HSL 242.24º 0.84% 0.37% -
HSV(B) 242.24º 0.91% 0.69% -
XYZ 8.32 3.64 41.34 -
YUV 35.15 207.49 117.91 -
System Red Green Blue C M Y K H S L
Decimal 21 15 176 0.88 0.91 0 0.31 242.24 0.84 0.37
Hex 15 F B0 58 5B 0 1F F2 54 25
Octal 25 17 260 130 133 0 37 362 124 45
Binary 10101 1111 10110000 1011000 1011011 0 11111 11110010 1010100 100101

Color Harmonies of #150FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FB0

Black with #150FB0

Text Example


Text Example

White with #150FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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