Html Css Color HEX #152685 Midnight Blue

📋 copy color: '#152685'

red 21 ◦ green 38 ◦ blue 133

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

Shades of Midnight Blue #152685

Tints of Midnight Blue #152685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.79%

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

R = 10.94%
G = 19.79%
B = 69.27%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#152685 (or 0x152685) is known color: Midnight Blue. HEX triplet: 15, 26 and 85. RGB value is (21,38,133). Sum of RGB (Red+Green+Blue) = 21+38+133=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #152685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152685 is #EAD97A. Grayscale: #2B2B2B. Windows color (decimal): -15391099 or 8726037. OLE color: 8726037.

HSL color Cylindrical-coordinate representation of color #152685: hue angle of 230.89º 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 #152685 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 38 133 -
CMYK 0.84 0.71 0 0.48
HSL 230.89º 0.73% 0.3% -
HSV(B) 230.89º 0.84% 0.52% -
XYZ 5.24 3.24 22.54 -
YUV 43.75 178.37 111.78 -
System Red Green Blue C M Y K H S L
Decimal 21 38 133 0.84 0.71 0 0.48 230.89 0.73 0.3
Hex 15 26 85 54 47 0 30 E7 49 1E
Octal 25 46 205 124 107 0 60 347 111 36
Binary 10101 100110 10000101 1010100 1000111 0 110000 11100111 1001001 11110

Color Harmonies of #152685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152685

Black with #152685

Text Example


Text Example

White with #152685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152685; }

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

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

background-color css

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

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

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

border-color css

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

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

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