Html Css Color HEX #152185 Midnight Blue

📋 copy color: '#152185'

red 21 ◦ green 33 ◦ blue 133

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

Shades of Midnight Blue #152185

Tints of Midnight Blue #152185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

 BLUE value IS 133 (52.34% from 255) = 71.12%

R = 11.23%
G = 17.65%
B = 71.12%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#152185 (or 0x152185) is known color: Midnight Blue. HEX triplet: 15, 21 and 85. RGB value is (21,33,133). Sum of RGB (Red+Green+Blue) = 21+33+133=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #152185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152185 is #EADE7A. Grayscale: #282828. Windows color (decimal): -15392379 or 8724757. OLE color: 8724757.

HSL color Cylindrical-coordinate representation of color #152185: hue angle of 233.57º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152185 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 33 133 -
CMYK 0.84 0.75 0 0.48
HSL 233.57º 0.73% 0.3% -
HSV(B) 233.57º 0.84% 0.52% -
XYZ 5.09 2.94 22.49 -
YUV 40.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 21 33 133 0.84 0.75 0 0.48 233.57 0.73 0.3
Hex 15 21 85 54 4B 0 30 EA 49 1E
Octal 25 41 205 124 113 0 60 352 111 36
Binary 10101 100001 10000101 1010100 1001011 0 110000 11101010 1001001 11110

Color Harmonies of #152185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152185

Black with #152185

Text Example


Text Example

White with #152185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152185; }

 p { color: rgb(21,33,133); }

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

background-color css

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

 a { background-color: rgb(21,33,133); }

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

border-color css

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

 span { border-color: rgb(21,33,133); }

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