Html Css Color HEX #15006C Midnight Blue

📋 copy color: '#15006C'

red 21 ◦ green 0 ◦ blue 108

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

Shades of Midnight Blue #15006C

Tints of Midnight Blue #15006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 16.28%
G = 0%
B = 83.72%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15006C (or 0x15006C) is known color: Midnight Blue. HEX triplet: 15, 00 and 6C. RGB value is (21,0,108). Sum of RGB (Red+Green+Blue) = 21+0+108=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 108 (42.58% from 255 or 83.72% from 129); Max value from RGB is 108 - color contains mainly: blue. Hex color #15006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15006C is #EAFF93. Grayscale: #121212. Windows color (decimal): -15400852 or 7077909. OLE color: 7077909.

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

Color convert

RGB 21 0 108 -
CMYK 0.81 1 0 0.58
HSL 251.67º 1% 0.21% -
HSV(B) 251.67º 1% 0.42% -
XYZ 3.02 1.24 14.27 -
YUV 18.59 178.46 129.72 -
System Red Green Blue C M Y K H S L
Decimal 21 0 108 0.81 1 0 0.58 251.67 1 0.21
Hex 15 0 6C 51 64 0 3A FC 64 15
Octal 25 0 154 121 144 0 72 374 144 25
Binary 10101 0 1101100 1010001 1100100 0 111010 11111100 1100100 10101

Color Harmonies of #15006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15006C

Black with #15006C

Text Example


Text Example

White with #15006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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