Html Css Color HEX #150975 Midnight Blue

📋 copy color: '#150975'

red 21 ◦ green 9 ◦ blue 117

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

Shades of Midnight Blue #150975

Tints of Midnight Blue #150975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

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

R = 14.29%
G = 6.12%
B = 79.59%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#150975 (or 0x150975) is known color: Midnight Blue. HEX triplet: 15, 09 and 75. RGB value is (21,9,117). Sum of RGB (Red+Green+Blue) = 21+9+117=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #150975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150975 is #EAF68A. Grayscale: #181818. Windows color (decimal): -15398539 or 7670037. OLE color: 7670037.

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

Color convert

RGB 21 9 117 -
CMYK 0.82 0.92 0 0.54
HSL 246.67º 0.86% 0.25% -
HSV(B) 246.67º 0.92% 0.46% -
XYZ 3.62 1.64 16.96 -
YUV 24.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 21 9 117 0.82 0.92 0 0.54 246.67 0.86 0.25
Hex 15 9 75 52 5C 0 36 F7 56 19
Octal 25 11 165 122 134 0 66 367 126 31
Binary 10101 1001 1110101 1010010 1011100 0 110110 11110111 1010110 11001

Color Harmonies of #150975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150975

Black with #150975

Text Example


Text Example

White with #150975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150975; }

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

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

background-color css

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

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

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

border-color css

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

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

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