Html Css Color HEX #150161 Midnight Blue

📋 copy color: '#150161'

red 21 ◦ green 1 ◦ blue 97

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

Shades of Midnight Blue #150161

Tints of Midnight Blue #150161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

 BLUE value IS 97 (38.28% from 255) = 81.51%

R = 17.65%
G = 0.84%
B = 81.51%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#150161 (or 0x150161) is known color: Midnight Blue. HEX triplet: 15, 01 and 61. RGB value is (21,1,97). Sum of RGB (Red+Green+Blue) = 21+1+97=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #150161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150161 is #EAFE9E. Grayscale: #111111. Windows color (decimal): -15400607 or 6357269. OLE color: 6357269.

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

Color convert

RGB 21 1 97 -
CMYK 0.78 0.99 0 0.62
HSL 252.5º 0.98% 0.19% -
HSV(B) 252.5º 0.99% 0.38% -
XYZ 2.48 1.04 11.38 -
YUV 17.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 21 1 97 0.78 0.99 0 0.62 252.5 0.98 0.19
Hex 15 1 61 4E 63 0 3E FD 62 13
Octal 25 1 141 116 143 0 76 375 142 23
Binary 10101 1 1100001 1001110 1100011 0 111110 11111101 1100010 10011

Color Harmonies of #150161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150161

Black with #150161

Text Example


Text Example

White with #150161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150161; }

 p { color: rgb(21,1,97); }

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

background-color css

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

 a { background-color: rgb(21,1,97); }

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

border-color css

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

 span { border-color: rgb(21,1,97); }

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