Html Css Color HEX #150FAF New Midnight Blue

📋 copy color: '#150FAF'

red 21 ◦ green 15 ◦ blue 175

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

Shades of New Midnight Blue #150FAF

Tints of New Midnight Blue #150FAF

RGB

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

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

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

R = 9.95%
G = 7.11%
B = 82.94%

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

#150FAF (or 0x150FAF) is known color: New Midnight Blue. HEX triplet: 15, 0F and AF. RGB value is (21,15,175). Sum of RGB (Red+Green+Blue) = 21+15+175=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 175 (68.75% from 255 or 82.94% from 211); Max value from RGB is 175 - color contains mainly: blue. Hex color #150FAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150FAF is #EAF050. Grayscale: #222222. Windows color (decimal): -15396945 or 11472661. OLE color: 11472661.

HSL color Cylindrical-coordinate representation of color #150FAF: hue angle of 242.25º 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 #150FAF is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 15 175 -
CMYK 0.88 0.91 0 0.31
HSL 242.25º 0.84% 0.37% -
HSV(B) 242.25º 0.91% 0.69% -
XYZ 8.22 3.6 40.82 -
YUV 35.03 206.99 117.99 -
System Red Green Blue C M Y K H S L
Decimal 21 15 175 0.88 0.91 0 0.31 242.25 0.84 0.37
Hex 15 F AF 58 5B 0 1F F2 54 25
Octal 25 17 257 130 133 0 37 362 124 45
Binary 10101 1111 10101111 1011000 1011011 0 11111 11110010 1010100 100101

Color Harmonies of #150FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FAF

Black with #150FAF

Text Example


Text Example

White with #150FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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