Html Css Color HEX #150BB3 New Midnight Blue

📋 copy color: '#150BB3'

red 21 ◦ green 11 ◦ blue 179

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

Shades of New Midnight Blue #150BB3

Tints of New Midnight Blue #150BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 84.83%

R = 9.95%
G = 5.21%
B = 84.83%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#150BB3 (or 0x150BB3) is known color: New Midnight Blue. HEX triplet: 15, 0B and B3. RGB value is (21,11,179). Sum of RGB (Red+Green+Blue) = 21+11+179=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 179 (70.31% from 255 or 84.83% from 211); Max value from RGB is 179 - color contains mainly: blue. Hex color #150BB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BB3 is #EAF44C. Grayscale: #202020. Windows color (decimal): -15397965 or 11733781. OLE color: 11733781.

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

Color convert

RGB 21 11 179 -
CMYK 0.88 0.94 0 0.30
HSL 243.57º 0.88% 0.37% -
HSV(B) 243.57º 0.94% 0.7% -
XYZ 8.57 3.65 42.9 -
YUV 33.14 210.31 119.34 -
System Red Green Blue C M Y K H S L
Decimal 21 11 179 0.88 0.94 0 0.30 243.57 0.88 0.37
Hex 15 B B3 58 5E 0 1E F4 58 25
Octal 25 13 263 130 136 0 36 364 130 45
Binary 10101 1011 10110011 1011000 1011110 0 11110 11110100 1011000 100101

Color Harmonies of #150BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BB3

Black with #150BB3

Text Example


Text Example

White with #150BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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