Html Css Color HEX #15006F Midnight Blue

📋 copy color: '#15006F'

red 21 ◦ green 0 ◦ blue 111

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

Shades of Midnight Blue #15006F

Tints of Midnight Blue #15006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 84.09%

R = 15.91%
G = 0%
B = 84.09%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#15006F (or 0x15006F) is known color: Midnight Blue. HEX triplet: 15, 00 and 6F. RGB value is (21,0,111). Sum of RGB (Red+Green+Blue) = 21+0+111=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #15006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15006F is #EAFF90. Grayscale: #121212. Windows color (decimal): -15400849 or 7274517. OLE color: 7274517.

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

Color convert

RGB 21 0 111 -
CMYK 0.81 1 0 0.56
HSL 251.35º 1% 0.22% -
HSV(B) 251.35º 1% 0.44% -
XYZ 3.18 1.31 15.12 -
YUV 18.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 21 0 111 0.81 1 0 0.56 251.35 1 0.22
Hex 15 0 6F 51 64 0 38 FB 64 16
Octal 25 0 157 121 144 0 70 373 144 26
Binary 10101 0 1101111 1010001 1100100 0 111000 11111011 1100100 10110

Color Harmonies of #15006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15006F

Black with #15006F

Text Example


Text Example

White with #15006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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