Html Css Color HEX #150561 Midnight Blue

📋 copy color: '#150561'

red 21 ◦ green 5 ◦ blue 97

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

Shades of Midnight Blue #150561

Tints of Midnight Blue #150561

RGB

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

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

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

R = 17.07%
G = 4.07%
B = 78.86%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#150561 (or 0x150561) is known color: Midnight Blue. HEX triplet: 15, 05 and 61. RGB value is (21,5,97). Sum of RGB (Red+Green+Blue) = 21+5+97=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 97 (38.28% from 255 or 78.86% from 123); Max value from RGB is 97 - color contains mainly: blue. Hex color #150561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150561 is #EAFA9E. Grayscale: #131313. Windows color (decimal): -15399583 or 6358293. OLE color: 6358293.

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

Color convert

RGB 21 5 97 -
CMYK 0.78 0.95 0 0.62
HSL 250.43º 0.9% 0.2% -
HSV(B) 250.43º 0.95% 0.38% -
XYZ 2.52 1.13 11.39 -
YUV 20.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 21 5 97 0.78 0.95 0 0.62 250.43 0.9 0.2
Hex 15 5 61 4E 5F 0 3E FA 5A 14
Octal 25 5 141 116 137 0 76 372 132 24
Binary 10101 101 1100001 1001110 1011111 0 111110 11111010 1011010 10100

Color Harmonies of #150561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150561

Black with #150561

Text Example


Text Example

White with #150561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150561; }

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

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

background-color css

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

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

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

border-color css

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

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

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