Html Css Color HEX #150575 Midnight Blue

📋 copy color: '#150575'

red 21 ◦ green 5 ◦ blue 117

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

Shades of Midnight Blue #150575

Tints of Midnight Blue #150575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

 BLUE value IS 117 (46.09% from 255) = 81.82%

R = 14.69%
G = 3.5%
B = 81.82%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#150575 (or 0x150575) is known color: Midnight Blue. HEX triplet: 15, 05 and 75. RGB value is (21,5,117). Sum of RGB (Red+Green+Blue) = 21+5+117=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #150575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150575 is #EAFA8A. Grayscale: #161616. Windows color (decimal): -15399563 or 7669013. OLE color: 7669013.

HSL color Cylindrical-coordinate representation of color #150575: hue angle of 248.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150575 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 5 117 -
CMYK 0.82 0.96 0 0.54
HSL 248.57º 0.92% 0.24% -
HSV(B) 248.57º 0.96% 0.46% -
XYZ 3.57 1.55 16.94 -
YUV 22.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 21 5 117 0.82 0.96 0 0.54 248.57 0.92 0.24
Hex 15 5 75 52 60 0 36 F9 5C 18
Octal 25 5 165 122 140 0 66 371 134 30
Binary 10101 101 1110101 1010010 1100000 0 110110 11111001 1011100 11000

Color Harmonies of #150575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150575

Black with #150575

Text Example


Text Example

White with #150575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150575; }

 p { color: rgb(21,5,117); }

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

background-color css

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

 a { background-color: rgb(21,5,117); }

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

border-color css

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

 span { border-color: rgb(21,5,117); }

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