Html Css Color HEX #15026B Midnight Blue

📋 copy color: '#15026B'

red 21 ◦ green 2 ◦ blue 107

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

Shades of Midnight Blue #15026B

Tints of Midnight Blue #15026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

 BLUE value IS 107 (42.19% from 255) = 82.31%

R = 16.15%
G = 1.54%
B = 82.31%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15026B (or 0x15026B) is known color: Midnight Blue. HEX triplet: 15, 02 and 6B. RGB value is (21,2,107). Sum of RGB (Red+Green+Blue) = 21+2+107=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #15026B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15026B is #EAFD94. Grayscale: #131313. Windows color (decimal): -15400341 or 7012885. OLE color: 7012885.

HSL color Cylindrical-coordinate representation of color #15026B: hue angle of 250.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15026B is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 2 107 -
CMYK 0.80 0.98 0 0.58
HSL 250.86º 0.96% 0.21% -
HSV(B) 250.86º 0.98% 0.42% -
XYZ 2.98 1.26 14 -
YUV 19.65 177.29 128.96 -
System Red Green Blue C M Y K H S L
Decimal 21 2 107 0.80 0.98 0 0.58 250.86 0.96 0.21
Hex 15 2 6B 50 62 0 3A FB 60 15
Octal 25 2 153 120 142 0 72 373 140 25
Binary 10101 10 1101011 1010000 1100010 0 111010 11111011 1100000 10101

Color Harmonies of #15026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15026B

Black with #15026B

Text Example


Text Example

White with #15026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15026B; }

 p { color: rgb(21,2,107); }

 H1.HeaderClassName
 {
   color: #15026B;
 }
 .AnyTagClassName
 {
   color: #15026B;
 }
</style>

background-color css

<style>
 a { background-color: #15026B; }

 a { background-color: rgb(21,2,107); }

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

border-color css

<style>
 span { border-color: #15026B; }

 span { border-color: rgb(21,2,107); }

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