Html Css Color HEX #150163 Midnight Blue

📋 copy color: '#150163'

red 21 ◦ green 1 ◦ blue 99

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

Shades of Midnight Blue #150163

Tints of Midnight Blue #150163

RGB

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

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

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

R = 17.36%
G = 0.83%
B = 81.82%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#150163 (or 0x150163) is known color: Midnight Blue. HEX triplet: 15, 01 and 63. RGB value is (21,1,99). Sum of RGB (Red+Green+Blue) = 21+1+99=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #150163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150163 is #EAFE9C. Grayscale: #111111. Windows color (decimal): -15400605 or 6488341. OLE color: 6488341.

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

Color convert

RGB 21 1 99 -
CMYK 0.79 0.99 0 0.61
HSL 252.24º 0.98% 0.2% -
HSV(B) 252.24º 0.99% 0.39% -
XYZ 2.57 1.08 11.88 -
YUV 18.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 21 1 99 0.79 0.99 0 0.61 252.24 0.98 0.2
Hex 15 1 63 4F 63 0 3D FC 62 14
Octal 25 1 143 117 143 0 75 374 142 24
Binary 10101 1 1100011 1001111 1100011 0 111101 11111100 1100010 10100

Color Harmonies of #150163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150163

Black with #150163

Text Example


Text Example

White with #150163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150163; }

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

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

background-color css

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

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

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

border-color css

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

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

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