Html Css Color HEX #150867 Midnight Blue

📋 copy color: '#150867'

red 21 ◦ green 8 ◦ blue 103

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

Shades of Midnight Blue #150867

Tints of Midnight Blue #150867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 78.03%

R = 15.91%
G = 6.06%
B = 78.03%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#150867 (or 0x150867) is known color: Midnight Blue. HEX triplet: 15, 08 and 67. RGB value is (21,8,103). Sum of RGB (Red+Green+Blue) = 21+8+103=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 103 (40.62% from 255 or 78.03% from 132); Max value from RGB is 103 - color contains mainly: blue. Hex color #150867 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150867 is #EAF798. Grayscale: #161616. Windows color (decimal): -15398809 or 6752277. OLE color: 6752277.

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

Color convert

RGB 21 8 103 -
CMYK 0.80 0.92 0 0.60
HSL 248.21º 0.86% 0.22% -
HSV(B) 248.21º 0.92% 0.4% -
XYZ 2.84 1.31 12.94 -
YUV 22.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 21 8 103 0.80 0.92 0 0.60 248.21 0.86 0.22
Hex 15 8 67 50 5C 0 3C F8 56 16
Octal 25 10 147 120 134 0 74 370 126 26
Binary 10101 1000 1100111 1010000 1011100 0 111100 11111000 1010110 10110

Color Harmonies of #150867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150867

Black with #150867

Text Example


Text Example

White with #150867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150867; }

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

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

background-color css

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

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

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

border-color css

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

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

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