Html Css Color HEX #150464 Midnight Blue

📋 copy color: '#150464'

red 21 ◦ green 4 ◦ blue 100

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

Shades of Midnight Blue #150464

Tints of Midnight Blue #150464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.2%

 BLUE value IS 100 (39.45% from 255) = 80%

R = 16.8%
G = 3.2%
B = 80%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#150464 (or 0x150464) is known color: Midnight Blue. HEX triplet: 15, 04 and 64. RGB value is (21,4,100). Sum of RGB (Red+Green+Blue) = 21+4+100=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 100 (39.45% from 255 or 80% from 125); Max value from RGB is 100 - color contains mainly: blue. Hex color #150464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150464 is #EAFB9B. Grayscale: #131313. Windows color (decimal): -15399836 or 6554645. OLE color: 6554645.

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

Color convert

RGB 21 4 100 -
CMYK 0.79 0.96 0 0.61
HSL 250.63º 0.92% 0.2% -
HSV(B) 250.63º 0.96% 0.39% -
XYZ 2.65 1.17 12.14 -
YUV 20.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 21 4 100 0.79 0.96 0 0.61 250.63 0.92 0.2
Hex 15 4 64 4F 60 0 3D FB 5C 14
Octal 25 4 144 117 140 0 75 373 134 24
Binary 10101 100 1100100 1001111 1100000 0 111101 11111011 1011100 10100

Color Harmonies of #150464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150464

Black with #150464

Text Example


Text Example

White with #150464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150464; }

 p { color: rgb(21,4,100); }

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

background-color css

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

 a { background-color: rgb(21,4,100); }

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

border-color css

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

 span { border-color: rgb(21,4,100); }

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