Html Css Color HEX #152077 Midnight Blue

📋 copy color: '#152077'

red 21 ◦ green 32 ◦ blue 119

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

Shades of Midnight Blue #152077

Tints of Midnight Blue #152077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.6%

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

R = 12.21%
G = 18.6%
B = 69.19%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#152077 (or 0x152077) is known color: Midnight Blue. HEX triplet: 15, 20 and 77. RGB value is (21,32,119). Sum of RGB (Red+Green+Blue) = 21+32+119=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #152077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152077 is #EADF88. Grayscale: #262626. Windows color (decimal): -15392649 or 7806997. OLE color: 7806997.

HSL color Cylindrical-coordinate representation of color #152077: hue angle of 233.27º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152077 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 32 119 -
CMYK 0.82 0.73 0 0.53
HSL 233.27º 0.7% 0.27% -
HSV(B) 233.27º 0.82% 0.47% -
XYZ 4.16 2.52 17.72 -
YUV 38.63 173.36 115.43 -
System Red Green Blue C M Y K H S L
Decimal 21 32 119 0.82 0.73 0 0.53 233.27 0.7 0.27
Hex 15 20 77 52 49 0 35 E9 46 1B
Octal 25 40 167 122 111 0 65 351 106 33
Binary 10101 100000 1110111 1010010 1001001 0 110101 11101001 1000110 11011

Color Harmonies of #152077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152077

Black with #152077

Text Example


Text Example

White with #152077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152077; }

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

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

background-color css

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

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

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

border-color css

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

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

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