Html Css Color HEX #150364 Midnight Blue

📋 copy color: '#150364'

red 21 ◦ green 3 ◦ blue 100

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

Shades of Midnight Blue #150364

Tints of Midnight Blue #150364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

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

R = 16.94%
G = 2.42%
B = 80.65%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#150364 (or 0x150364) is known color: Midnight Blue. HEX triplet: 15, 03 and 64. RGB value is (21,3,100). Sum of RGB (Red+Green+Blue) = 21+3+100=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 100 (39.45% from 255 or 80.65% from 124); Max value from RGB is 100 - color contains mainly: blue. Hex color #150364 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150364 is #EAFC9B. Grayscale: #131313. Windows color (decimal): -15400092 or 6554389. OLE color: 6554389.

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

Color convert

RGB 21 3 100 -
CMYK 0.79 0.97 0 0.61
HSL 251.13º 0.94% 0.2% -
HSV(B) 251.13º 0.97% 0.39% -
XYZ 2.64 1.14 12.14 -
YUV 19.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 21 3 100 0.79 0.97 0 0.61 251.13 0.94 0.2
Hex 15 3 64 4F 61 0 3D FB 5E 14
Octal 25 3 144 117 141 0 75 373 136 24
Binary 10101 11 1100100 1001111 1100001 0 111101 11111011 1011110 10100

Color Harmonies of #150364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150364

Black with #150364

Text Example


Text Example

White with #150364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150364; }

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

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

background-color css

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

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

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

border-color css

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

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

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