Html Css Color HEX #15207C Midnight Blue

📋 copy color: '#15207C'

red 21 ◦ green 32 ◦ blue 124

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

Shades of Midnight Blue #15207C

Tints of Midnight Blue #15207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 70.06%

R = 11.86%
G = 18.08%
B = 70.06%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15207C (or 0x15207C) is known color: Midnight Blue. HEX triplet: 15, 20 and 7C. RGB value is (21,32,124). Sum of RGB (Red+Green+Blue) = 21+32+124=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #15207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15207C is #EADF83. Grayscale: #262626. Windows color (decimal): -15392644 or 8134677. OLE color: 8134677.

HSL color Cylindrical-coordinate representation of color #15207C: hue angle of 233.59º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15207C is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 32 124 -
CMYK 0.83 0.74 0 0.51
HSL 233.59º 0.71% 0.28% -
HSV(B) 233.59º 0.83% 0.49% -
XYZ 4.46 2.65 19.34 -
YUV 39.2 175.86 115.02 -
System Red Green Blue C M Y K H S L
Decimal 21 32 124 0.83 0.74 0 0.51 233.59 0.71 0.28
Hex 15 20 7C 53 4A 0 33 EA 47 1C
Octal 25 40 174 123 112 0 63 352 107 34
Binary 10101 100000 1111100 1010011 1001010 0 110011 11101010 1000111 11100

Color Harmonies of #15207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15207C

Black with #15207C

Text Example


Text Example

White with #15207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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