Html Css Color HEX #150374 Midnight Blue

📋 copy color: '#150374'

red 21 ◦ green 3 ◦ blue 116

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

Shades of Midnight Blue #150374

Tints of Midnight Blue #150374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 82.86%

R = 15%
G = 2.14%
B = 82.86%

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

#150374 (or 0x150374) is known color: Midnight Blue. HEX triplet: 15, 03 and 74. RGB value is (21,3,116). Sum of RGB (Red+Green+Blue) = 21+3+116=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #150374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150374 is #EAFC8B. Grayscale: #141414. Windows color (decimal): -15400076 or 7602965. OLE color: 7602965.

HSL color Cylindrical-coordinate representation of color #150374: hue angle of 249.56º 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 #150374 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 3 116 -
CMYK 0.82 0.97 0 0.55
HSL 249.56º 0.95% 0.23% -
HSV(B) 249.56º 0.97% 0.45% -
XYZ 3.49 1.49 16.63 -
YUV 21.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 21 3 116 0.82 0.97 0 0.55 249.56 0.95 0.23
Hex 15 3 74 52 61 0 37 FA 5F 17
Octal 25 3 164 122 141 0 67 372 137 27
Binary 10101 11 1110100 1010010 1100001 0 110111 11111010 1011111 10111

Color Harmonies of #150374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150374

Black with #150374

Text Example


Text Example

White with #150374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150374; }

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

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

background-color css

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

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

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

border-color css

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

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

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