Html Css Color HEX #150CB1 New Midnight Blue

📋 copy color: '#150CB1'

red 21 ◦ green 12 ◦ blue 177

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

Shades of New Midnight Blue #150CB1

Tints of New Midnight Blue #150CB1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.71%

 BLUE value IS 177 (69.53% from 255) = 84.29%

R = 10%
G = 5.71%
B = 84.29%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#150CB1 (or 0x150CB1) is known color: New Midnight Blue. HEX triplet: 15, 0C and B1. RGB value is (21,12,177). Sum of RGB (Red+Green+Blue) = 21+12+177=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 177 (69.53% from 255 or 84.29% from 210); Max value from RGB is 177 - color contains mainly: blue. Hex color #150CB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150CB1 is #EAF34E. Grayscale: #202020. Windows color (decimal): -15397711 or 11602965. OLE color: 11602965.

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

Color convert

RGB 21 12 177 -
CMYK 0.88 0.93 0 0.31
HSL 243.27º 0.87% 0.37% -
HSV(B) 243.27º 0.93% 0.69% -
XYZ 8.38 3.6 41.85 -
YUV 33.5 208.98 119.08 -
System Red Green Blue C M Y K H S L
Decimal 21 12 177 0.88 0.93 0 0.31 243.27 0.87 0.37
Hex 15 C B1 58 5D 0 1F F3 57 25
Octal 25 14 261 130 135 0 37 363 127 45
Binary 10101 1100 10110001 1011000 1011101 0 11111 11110011 1010111 100101

Color Harmonies of #150CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150CB1

Black with #150CB1

Text Example


Text Example

White with #150CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,12,177); }

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

background-color css

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

 a { background-color: rgb(21,12,177); }

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

border-color css

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

 span { border-color: rgb(21,12,177); }

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