Html Css Color HEX #150260 Midnight Blue

📋 copy color: '#150260'

red 21 ◦ green 2 ◦ blue 96

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

Shades of Midnight Blue #150260

Tints of Midnight Blue #150260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

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

R = 17.65%
G = 1.68%
B = 80.67%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#150260 (or 0x150260) is known color: Midnight Blue. HEX triplet: 15, 02 and 60. RGB value is (21,2,96). Sum of RGB (Red+Green+Blue) = 21+2+96=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #150260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150260 is #EAFD9F. Grayscale: #121212. Windows color (decimal): -15400352 or 6291989. OLE color: 6291989.

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

Color convert

RGB 21 2 96 -
CMYK 0.78 0.98 0 0.62
HSL 252.13º 0.96% 0.19% -
HSV(B) 252.13º 0.98% 0.38% -
XYZ 2.44 1.05 11.14 -
YUV 18.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 21 2 96 0.78 0.98 0 0.62 252.13 0.96 0.19
Hex 15 2 60 4E 62 0 3E FC 60 13
Octal 25 2 140 116 142 0 76 374 140 23
Binary 10101 10 1100000 1001110 1100010 0 111110 11111100 1100000 10011

Color Harmonies of #150260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150260

Black with #150260

Text Example


Text Example

White with #150260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150260; }

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

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

background-color css

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

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

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

border-color css

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

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

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