Html Css Color HEX #152074 Midnight Blue

📋 copy color: '#152074'

red 21 ◦ green 32 ◦ blue 116

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

Shades of Midnight Blue #152074

Tints of Midnight Blue #152074

RGB

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

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

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

R = 12.43%
G = 18.93%
B = 68.64%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#152074 (or 0x152074) is known color: Midnight Blue. HEX triplet: 15, 20 and 74. RGB value is (21,32,116). Sum of RGB (Red+Green+Blue) = 21+32+116=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #152074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152074 is #EADF8B. Grayscale: #252525. Windows color (decimal): -15392652 or 7610389. OLE color: 7610389.

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

Color convert

RGB 21 32 116 -
CMYK 0.82 0.72 0 0.55
HSL 233.05º 0.69% 0.27% -
HSV(B) 233.05º 0.82% 0.45% -
XYZ 3.98 2.45 16.79 -
YUV 38.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 21 32 116 0.82 0.72 0 0.55 233.05 0.69 0.27
Hex 15 20 74 52 48 0 37 E9 45 1B
Octal 25 40 164 122 110 0 67 351 105 33
Binary 10101 100000 1110100 1010010 1001000 0 110111 11101001 1000101 11011

Color Harmonies of #152074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152074

Black with #152074

Text Example


Text Example

White with #152074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152074; }

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

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

background-color css

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

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

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

border-color css

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

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

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