Html Css Color HEX #150373 Midnight Blue

📋 copy color: '#150373'

red 21 ◦ green 3 ◦ blue 115

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

Shades of Midnight Blue #150373

Tints of Midnight Blue #150373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 82.73%

R = 15.11%
G = 2.16%
B = 82.73%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#150373 (or 0x150373) is known color: Midnight Blue. HEX triplet: 15, 03 and 73. RGB value is (21,3,115). Sum of RGB (Red+Green+Blue) = 21+3+115=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 115 (45.31% from 255 or 82.73% from 139); Max value from RGB is 115 - color contains mainly: blue. Hex color #150373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150373 is #EAFC8C. Grayscale: #141414. Windows color (decimal): -15400077 or 7537429. OLE color: 7537429.

HSL color Cylindrical-coordinate representation of color #150373: hue angle of 249.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150373 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 3 115 -
CMYK 0.82 0.97 0 0.55
HSL 249.64º 0.95% 0.23% -
HSV(B) 249.64º 0.97% 0.45% -
XYZ 3.44 1.46 16.32 -
YUV 21.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 21 3 115 0.82 0.97 0 0.55 249.64 0.95 0.23
Hex 15 3 73 52 61 0 37 FA 5F 17
Octal 25 3 163 122 141 0 67 372 137 27
Binary 10101 11 1110011 1010010 1100001 0 110111 11111010 1011111 10111

Color Harmonies of #150373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150373

Black with #150373

Text Example


Text Example

White with #150373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150373; }

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

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

background-color css

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

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

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

border-color css

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

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

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