Html Css Color HEX #15056C Midnight Blue

📋 copy color: '#15056C'

red 21 ◦ green 5 ◦ blue 108

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

Shades of Midnight Blue #15056C

Tints of Midnight Blue #15056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.73%

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

R = 15.67%
G = 3.73%
B = 80.6%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15056C (or 0x15056C) is known color: Midnight Blue. HEX triplet: 15, 05 and 6C. RGB value is (21,5,108). Sum of RGB (Red+Green+Blue) = 21+5+108=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 108 (42.58% from 255 or 80.60% from 134); Max value from RGB is 108 - color contains mainly: blue. Hex color #15056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15056C is #EAFA93. Grayscale: #151515. Windows color (decimal): -15399572 or 7079189. OLE color: 7079189.

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

Color convert

RGB 21 5 108 -
CMYK 0.81 0.95 0 0.58
HSL 249.32º 0.91% 0.22% -
HSV(B) 249.32º 0.95% 0.42% -
XYZ 3.07 1.35 14.29 -
YUV 21.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 21 5 108 0.81 0.95 0 0.58 249.32 0.91 0.22
Hex 15 5 6C 51 5F 0 3A F9 5B 16
Octal 25 5 154 121 137 0 72 371 133 26
Binary 10101 101 1101100 1010001 1011111 0 111010 11111001 1011011 10110

Color Harmonies of #15056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15056C

Black with #15056C

Text Example


Text Example

White with #15056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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