Html Css Color HEX #150C77 Midnight Blue

📋 copy color: '#150C77'

red 21 ◦ green 12 ◦ blue 119

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

Shades of Midnight Blue #150C77

Tints of Midnight Blue #150C77

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.89%

 BLUE value IS 119 (46.88% from 255) = 78.29%

R = 13.82%
G = 7.89%
B = 78.29%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#150C77 (or 0x150C77) is known color: Midnight Blue. HEX triplet: 15, 0C and 77. RGB value is (21,12,119). Sum of RGB (Red+Green+Blue) = 21+12+119=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 119 (46.88% from 255 or 78.29% from 152); Max value from RGB is 119 - color contains mainly: blue. Hex color #150C77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C77 is #EAF388. Grayscale: #1A1A1A. Windows color (decimal): -15397769 or 7801877. OLE color: 7801877.

HSL color Cylindrical-coordinate representation of color #150C77: hue angle of 245.05º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150C77 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 12 119 -
CMYK 0.82 0.90 0 0.53
HSL 245.05º 0.82% 0.26% -
HSV(B) 245.05º 0.9% 0.47% -
XYZ 3.77 1.75 17.59 -
YUV 26.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 21 12 119 0.82 0.90 0 0.53 245.05 0.82 0.26
Hex 15 C 77 52 5A 0 35 F5 52 1A
Octal 25 14 167 122 132 0 65 365 122 32
Binary 10101 1100 1110111 1010010 1011010 0 110101 11110101 1010010 11010

Color Harmonies of #150C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C77

Black with #150C77

Text Example


Text Example

White with #150C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150C77; }

 p { color: rgb(21,12,119); }

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

background-color css

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

 a { background-color: rgb(21,12,119); }

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

border-color css

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

 span { border-color: rgb(21,12,119); }

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