Html Css Color HEX #150AAC New Midnight Blue

📋 copy color: '#150AAC'

red 21 ◦ green 10 ◦ blue 172

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

Shades of New Midnight Blue #150AAC

Tints of New Midnight Blue #150AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

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

R = 10.34%
G = 4.93%
B = 84.73%

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

#150AAC (or 0x150AAC) is known color: New Midnight Blue. HEX triplet: 15, 0A and AC. RGB value is (21,10,172). Sum of RGB (Red+Green+Blue) = 21+10+172=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #150AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150AAC is #EAF553. Grayscale: #1F1F1F. Windows color (decimal): -15398228 or 11274773. OLE color: 11274773.

HSL color Cylindrical-coordinate representation of color #150AAC: hue angle of 244.07º degrees, saturation: 0.89, 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 #150AAC is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 10 172 -
CMYK 0.88 0.94 0 0.33
HSL 244.07º 0.89% 0.36% -
HSV(B) 244.07º 0.94% 0.67% -
XYZ 7.86 3.36 39.26 -
YUV 31.76 207.14 120.33 -
System Red Green Blue C M Y K H S L
Decimal 21 10 172 0.88 0.94 0 0.33 244.07 0.89 0.36
Hex 15 A AC 58 5E 0 21 F4 59 24
Octal 25 12 254 130 136 0 41 364 131 44
Binary 10101 1010 10101100 1011000 1011110 0 100001 11110100 1011001 100100

Color Harmonies of #150AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150AAC

Black with #150AAC

Text Example


Text Example

White with #150AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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