Html Css Color HEX #15065B Midnight Blue

📋 copy color: '#15065B'

red 21 ◦ green 6 ◦ blue 91

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

Shades of Midnight Blue #15065B

Tints of Midnight Blue #15065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.08%

 BLUE value IS 91 (35.94% from 255) = 77.12%

R = 17.8%
G = 5.08%
B = 77.12%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15065B (or 0x15065B) is known color: Midnight Blue. HEX triplet: 15, 06 and 5B. RGB value is (21,6,91). Sum of RGB (Red+Green+Blue) = 21+6+91=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #15065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15065B is #EAF9A4. Grayscale: #131313. Windows color (decimal): -15399333 or 5965333. OLE color: 5965333.

HSL color Cylindrical-coordinate representation of color #15065B: hue angle of 250.59º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15065B is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 6 91 -
CMYK 0.77 0.93 0 0.64
HSL 250.59º 0.88% 0.19% -
HSV(B) 250.59º 0.93% 0.36% -
XYZ 2.26 1.05 9.98 -
YUV 20.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 21 6 91 0.77 0.93 0 0.64 250.59 0.88 0.19
Hex 15 6 5B 4D 5D 0 40 FB 58 13
Octal 25 6 133 115 135 0 100 373 130 23
Binary 10101 110 1011011 1001101 1011101 0 1000000 11111011 1011000 10011

Color Harmonies of #15065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15065B

Black with #15065B

Text Example


Text Example

White with #15065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,6,91); }

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

background-color css

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

 a { background-color: rgb(21,6,91); }

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

border-color css

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

 span { border-color: rgb(21,6,91); }

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