Html Css Color HEX #150763 Midnight Blue

📋 copy color: '#150763'

red 21 ◦ green 7 ◦ blue 99

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

Shades of Midnight Blue #150763

Tints of Midnight Blue #150763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.51%

 BLUE value IS 99 (39.06% from 255) = 77.95%

R = 16.54%
G = 5.51%
B = 77.95%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#150763 (or 0x150763) is known color: Midnight Blue. HEX triplet: 15, 07 and 63. RGB value is (21,7,99). Sum of RGB (Red+Green+Blue) = 21+7+99=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 99 (39.06% from 255 or 77.95% from 127); Max value from RGB is 99 - color contains mainly: blue. Hex color #150763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150763 is #EAF89C. Grayscale: #151515. Windows color (decimal): -15399069 or 6489877. OLE color: 6489877.

HSL color Cylindrical-coordinate representation of color #150763: hue angle of 249.13º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150763 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 7 99 -
CMYK 0.79 0.93 0 0.61
HSL 249.13º 0.87% 0.21% -
HSV(B) 249.13º 0.93% 0.39% -
XYZ 2.64 1.21 11.9 -
YUV 21.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 21 7 99 0.79 0.93 0 0.61 249.13 0.87 0.21
Hex 15 7 63 4F 5D 0 3D F9 57 15
Octal 25 7 143 117 135 0 75 371 127 25
Binary 10101 111 1100011 1001111 1011101 0 111101 11111001 1010111 10101

Color Harmonies of #150763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150763

Black with #150763

Text Example


Text Example

White with #150763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150763; }

 p { color: rgb(21,7,99); }

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

background-color css

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

 a { background-color: rgb(21,7,99); }

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

border-color css

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

 span { border-color: rgb(21,7,99); }

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