Html Css Color HEX #15267D Midnight Blue

📋 copy color: '#15267D'

red 21 ◦ green 38 ◦ blue 125

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

Shades of Midnight Blue #15267D

Tints of Midnight Blue #15267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 67.93%

R = 11.41%
G = 20.65%
B = 67.93%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15267D (or 0x15267D) is known color: Midnight Blue. HEX triplet: 15, 26 and 7D. RGB value is (21,38,125). Sum of RGB (Red+Green+Blue) = 21+38+125=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #15267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15267D is #EAD982. Grayscale: #2A2A2A. Windows color (decimal): -15391107 or 8201749. OLE color: 8201749.

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

Color convert

RGB 21 38 125 -
CMYK 0.83 0.70 0 0.51
HSL 230.19º 0.71% 0.29% -
HSV(B) 230.19º 0.83% 0.49% -
XYZ 4.7 3.03 19.74 -
YUV 42.84 174.37 112.43 -
System Red Green Blue C M Y K H S L
Decimal 21 38 125 0.83 0.70 0 0.51 230.19 0.71 0.29
Hex 15 26 7D 53 46 0 33 E6 47 1D
Octal 25 46 175 123 106 0 63 346 107 35
Binary 10101 100110 1111101 1010011 1000110 0 110011 11100110 1000111 11101

Color Harmonies of #15267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15267D

Black with #15267D

Text Example


Text Example

White with #15267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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