Html Css Color HEX #150868 Midnight Blue

📋 copy color: '#150868'

red 21 ◦ green 8 ◦ blue 104

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

Shades of Midnight Blue #150868

Tints of Midnight Blue #150868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 78.2%

R = 15.79%
G = 6.02%
B = 78.2%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#150868 (or 0x150868) is known color: Midnight Blue. HEX triplet: 15, 08 and 68. RGB value is (21,8,104). Sum of RGB (Red+Green+Blue) = 21+8+104=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #150868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150868 is #EAF797. Grayscale: #161616. Windows color (decimal): -15398808 or 6817813. OLE color: 6817813.

HSL color Cylindrical-coordinate representation of color #150868: hue angle of 248.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150868 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 8 104 -
CMYK 0.80 0.92 0 0.59
HSL 248.13º 0.86% 0.22% -
HSV(B) 248.13º 0.92% 0.41% -
XYZ 2.89 1.33 13.2 -
YUV 22.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 21 8 104 0.80 0.92 0 0.59 248.13 0.86 0.22
Hex 15 8 68 50 5C 0 3B F8 56 16
Octal 25 10 150 120 134 0 73 370 126 26
Binary 10101 1000 1101000 1010000 1011100 0 111011 11111000 1010110 10110

Color Harmonies of #150868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150868

Black with #150868

Text Example


Text Example

White with #150868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150868; }

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

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

background-color css

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

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

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

border-color css

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

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

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