Html Css Color HEX #150AAF New Midnight Blue

📋 copy color: '#150AAF'

red 21 ◦ green 10 ◦ blue 175

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

Shades of New Midnight Blue #150AAF

Tints of New Midnight Blue #150AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 84.95%

R = 10.19%
G = 4.85%
B = 84.95%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#150AAF (or 0x150AAF) is known color: New Midnight Blue. HEX triplet: 15, 0A and AF. RGB value is (21,10,175). Sum of RGB (Red+Green+Blue) = 21+10+175=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 175 (68.75% from 255 or 84.95% from 206); Max value from RGB is 175 - color contains mainly: blue. Hex color #150AAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150AAF is #EAF550. Grayscale: #1F1F1F. Windows color (decimal): -15398225 or 11471381. OLE color: 11471381.

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

Color convert

RGB 21 10 175 -
CMYK 0.88 0.94 0 0.31
HSL 244º 0.89% 0.36% -
HSV(B) 244º 0.94% 0.69% -
XYZ 8.16 3.47 40.8 -
YUV 32.1 208.64 120.08 -
System Red Green Blue C M Y K H S L
Decimal 21 10 175 0.88 0.94 0 0.31 244 0.89 0.36
Hex 15 A AF 58 5E 0 1F F4 59 24
Octal 25 12 257 130 136 0 37 364 131 44
Binary 10101 1010 10101111 1011000 1011110 0 11111 11110100 1011001 100100

Color Harmonies of #150AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150AAF

Black with #150AAF

Text Example


Text Example

White with #150AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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