Html Css Color HEX #150360 Midnight Blue

📋 copy color: '#150360'

red 21 ◦ green 3 ◦ blue 96

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

Shades of Midnight Blue #150360

Tints of Midnight Blue #150360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

 BLUE value IS 96 (37.89% from 255) = 80%

R = 17.5%
G = 2.5%
B = 80%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#150360 (or 0x150360) is known color: Midnight Blue. HEX triplet: 15, 03 and 60. RGB value is (21,3,96). Sum of RGB (Red+Green+Blue) = 21+3+96=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #150360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150360 is #EAFC9F. Grayscale: #121212. Windows color (decimal): -15400096 or 6292245. OLE color: 6292245.

HSL color Cylindrical-coordinate representation of color #150360: hue angle of 251.61º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150360 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 3 96 -
CMYK 0.78 0.97 0 0.62
HSL 251.61º 0.94% 0.19% -
HSV(B) 251.61º 0.97% 0.38% -
XYZ 2.45 1.07 11.14 -
YUV 18.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 21 3 96 0.78 0.97 0 0.62 251.61 0.94 0.19
Hex 15 3 60 4E 61 0 3E FC 5E 13
Octal 25 3 140 116 141 0 76 374 136 23
Binary 10101 11 1100000 1001110 1100001 0 111110 11111100 1011110 10011

Color Harmonies of #150360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150360

Black with #150360

Text Example


Text Example

White with #150360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150360; }

 p { color: rgb(21,3,96); }

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

background-color css

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

 a { background-color: rgb(21,3,96); }

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

border-color css

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

 span { border-color: rgb(21,3,96); }

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