Html Css Color HEX #150CB3 New Midnight Blue

📋 copy color: '#150CB3'

red 21 ◦ green 12 ◦ blue 179

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

Shades of New Midnight Blue #150CB3

Tints of New Midnight Blue #150CB3

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.66%

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

R = 9.91%
G = 5.66%
B = 84.43%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#150CB3 (or 0x150CB3) is known color: New Midnight Blue. HEX triplet: 15, 0C and B3. RGB value is (21,12,179). Sum of RGB (Red+Green+Blue) = 21+12+179=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 179 (70.31% from 255 or 84.43% from 212); Max value from RGB is 179 - color contains mainly: blue. Hex color #150CB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CB3 is #EAF34C. Grayscale: #212121. Windows color (decimal): -15397709 or 11734037. OLE color: 11734037.

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

Color convert

RGB 21 12 179 -
CMYK 0.88 0.93 0 0.30
HSL 243.23º 0.87% 0.37% -
HSV(B) 243.23º 0.93% 0.7% -
XYZ 8.58 3.68 42.91 -
YUV 33.73 209.98 118.92 -
System Red Green Blue C M Y K H S L
Decimal 21 12 179 0.88 0.93 0 0.30 243.23 0.87 0.37
Hex 15 C B3 58 5D 0 1E F3 57 25
Octal 25 14 263 130 135 0 36 363 127 45
Binary 10101 1100 10110011 1011000 1011101 0 11110 11110011 1010111 100101

Color Harmonies of #150CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150CB3

Black with #150CB3

Text Example


Text Example

White with #150CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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