Html Css Color HEX #150DB1 New Midnight Blue

📋 copy color: '#150DB1'

red 21 ◦ green 13 ◦ blue 177

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

Shades of New Midnight Blue #150DB1

Tints of New Midnight Blue #150DB1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.16%

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

R = 9.95%
G = 6.16%
B = 83.89%

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

#150DB1 (or 0x150DB1) is known color: New Midnight Blue. HEX triplet: 15, 0D and B1. RGB value is (21,13,177). Sum of RGB (Red+Green+Blue) = 21+13+177=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 177 (69.53% from 255 or 83.89% from 211); Max value from RGB is 177 - color contains mainly: blue. Hex color #150DB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150DB1 is #EAF24E. Grayscale: #212121. Windows color (decimal): -15397455 or 11603221. OLE color: 11603221.

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

Color convert

RGB 21 13 177 -
CMYK 0.88 0.93 0 0.31
HSL 242.93º 0.86% 0.37% -
HSV(B) 242.93º 0.93% 0.69% -
XYZ 8.39 3.62 41.85 -
YUV 34.09 208.65 118.66 -
System Red Green Blue C M Y K H S L
Decimal 21 13 177 0.88 0.93 0 0.31 242.93 0.86 0.37
Hex 15 D B1 58 5D 0 1F F3 56 25
Octal 25 15 261 130 135 0 37 363 126 45
Binary 10101 1101 10110001 1011000 1011101 0 11111 11110011 1010110 100101

Color Harmonies of #150DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150DB1

Black with #150DB1

Text Example


Text Example

White with #150DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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