Html Css Color HEX #150BAC New Midnight Blue

📋 copy color: '#150BAC'

red 21 ◦ green 11 ◦ blue 172

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

Shades of New Midnight Blue #150BAC

Tints of New Midnight Blue #150BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.39%

 BLUE value IS 172 (67.58% from 255) = 84.31%

R = 10.29%
G = 5.39%
B = 84.31%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#150BAC (or 0x150BAC) is known color: New Midnight Blue. HEX triplet: 15, 0B and AC. RGB value is (21,11,172). Sum of RGB (Red+Green+Blue) = 21+11+172=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 172 (67.58% from 255 or 84.31% from 204); Max value from RGB is 172 - color contains mainly: blue. Hex color #150BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150BAC is #EAF453. Grayscale: #1F1F1F. Windows color (decimal): -15397972 or 11275029. OLE color: 11275029.

HSL color Cylindrical-coordinate representation of color #150BAC: hue angle of 243.73º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150BAC is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 11 172 -
CMYK 0.88 0.94 0 0.33
HSL 243.73º 0.88% 0.36% -
HSV(B) 243.73º 0.94% 0.67% -
XYZ 7.88 3.38 39.27 -
YUV 32.34 206.81 119.91 -
System Red Green Blue C M Y K H S L
Decimal 21 11 172 0.88 0.94 0 0.33 243.73 0.88 0.36
Hex 15 B AC 58 5E 0 21 F4 58 24
Octal 25 13 254 130 136 0 41 364 130 44
Binary 10101 1011 10101100 1011000 1011110 0 100001 11110100 1011000 100100

Color Harmonies of #150BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BAC

Black with #150BAC

Text Example


Text Example

White with #150BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,11,172); }

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

background-color css

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

 a { background-color: rgb(21,11,172); }

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

border-color css

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

 span { border-color: rgb(21,11,172); }

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