Html Css Color HEX #150C61 Midnight Blue

📋 copy color: '#150C61'

red 21 ◦ green 12 ◦ blue 97

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

Shades of Midnight Blue #150C61

Tints of Midnight Blue #150C61

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.23%

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

R = 16.15%
G = 9.23%
B = 74.62%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#150C61 (or 0x150C61) is known color: Midnight Blue. HEX triplet: 15, 0C and 61. RGB value is (21,12,97). Sum of RGB (Red+Green+Blue) = 21+12+97=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 97 (38.28% from 255 or 74.62% from 130); Max value from RGB is 97 - color contains mainly: blue. Hex color #150C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C61 is #EAF39E. Grayscale: #181818. Windows color (decimal): -15397791 or 6360085. OLE color: 6360085.

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

Color convert

RGB 21 12 97 -
CMYK 0.78 0.88 0 0.62
HSL 246.35º 0.78% 0.21% -
HSV(B) 246.35º 0.88% 0.38% -
XYZ 2.6 1.29 11.42 -
YUV 24.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 21 12 97 0.78 0.88 0 0.62 246.35 0.78 0.21
Hex 15 C 61 4E 58 0 3E F6 4E 15
Octal 25 14 141 116 130 0 76 366 116 25
Binary 10101 1100 1100001 1001110 1011000 0 111110 11110110 1001110 10101

Color Harmonies of #150C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C61

Black with #150C61

Text Example


Text Example

White with #150C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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