Html Css Color HEX #15206C Midnight Blue

📋 copy color: '#15206C'

red 21 ◦ green 32 ◦ blue 108

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

Shades of Midnight Blue #15206C

Tints of Midnight Blue #15206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 67.08%

R = 13.04%
G = 19.88%
B = 67.08%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15206C (or 0x15206C) is known color: Midnight Blue. HEX triplet: 15, 20 and 6C. RGB value is (21,32,108). Sum of RGB (Red+Green+Blue) = 21+32+108=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #15206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15206C is #EADF93. Grayscale: #252525. Windows color (decimal): -15392660 or 7086101. OLE color: 7086101.

HSL color Cylindrical-coordinate representation of color #15206C: hue angle of 232.41º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15206C is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 32 108 -
CMYK 0.81 0.70 0 0.58
HSL 232.41º 0.67% 0.25% -
HSV(B) 232.41º 0.81% 0.42% -
XYZ 3.53 2.28 14.44 -
YUV 37.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 21 32 108 0.81 0.70 0 0.58 232.41 0.67 0.25
Hex 15 20 6C 51 46 0 3A E8 43 19
Octal 25 40 154 121 106 0 72 350 103 31
Binary 10101 100000 1101100 1010001 1000110 0 111010 11101000 1000011 11001

Color Harmonies of #15206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15206C

Black with #15206C

Text Example


Text Example

White with #15206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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