Html Css Color HEX #150856 Midnight Blue

📋 copy color: '#150856'

red 21 ◦ green 8 ◦ blue 86

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

Shades of Midnight Blue #150856

Tints of Midnight Blue #150856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.96%

 BLUE value IS 86 (33.98% from 255) = 74.78%

R = 18.26%
G = 6.96%
B = 74.78%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#150856 (or 0x150856) is known color: Midnight Blue. HEX triplet: 15, 08 and 56. RGB value is (21,8,86). Sum of RGB (Red+Green+Blue) = 21+8+86=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 86 (33.98% from 255 or 74.78% from 115); Max value from RGB is 86 - color contains mainly: blue. Hex color #150856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150856 is #EAF7A9. Grayscale: #141414. Windows color (decimal): -15398826 or 5638165. OLE color: 5638165.

HSL color Cylindrical-coordinate representation of color #150856: hue angle of 250º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150856 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 8 86 -
CMYK 0.76 0.91 0 0.66
HSL 250º 0.83% 0.18% -
HSV(B) 250º 0.91% 0.34% -
XYZ 2.08 1 8.89 -
YUV 20.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 21 8 86 0.76 0.91 0 0.66 250 0.83 0.18
Hex 15 8 56 4C 5B 0 42 FA 53 12
Octal 25 10 126 114 133 0 102 372 123 22
Binary 10101 1000 1010110 1001100 1011011 0 1000010 11111010 1010011 10010

Color Harmonies of #150856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150856

Black with #150856

Text Example


Text Example

White with #150856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150856; }

 p { color: rgb(21,8,86); }

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

background-color css

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

 a { background-color: rgb(21,8,86); }

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

border-color css

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

 span { border-color: rgb(21,8,86); }

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