Html Css Color HEX #150167 Midnight Blue

📋 copy color: '#150167'

red 21 ◦ green 1 ◦ blue 103

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

Shades of Midnight Blue #150167

Tints of Midnight Blue #150167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 16.8%
G = 0.8%
B = 82.4%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#150167 (or 0x150167) is known color: Midnight Blue. HEX triplet: 15, 01 and 67. RGB value is (21,1,103). Sum of RGB (Red+Green+Blue) = 21+1+103=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 103 (40.62% from 255 or 82.4% from 125); Max value from RGB is 103 - color contains mainly: blue. Hex color #150167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150167 is #EAFE98. Grayscale: #121212. Windows color (decimal): -15400601 or 6750485. OLE color: 6750485.

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

Color convert

RGB 21 1 103 -
CMYK 0.80 0.99 0 0.60
HSL 251.76º 0.98% 0.2% -
HSV(B) 251.76º 0.99% 0.4% -
XYZ 2.77 1.16 12.91 -
YUV 18.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 21 1 103 0.80 0.99 0 0.60 251.76 0.98 0.2
Hex 15 1 67 50 63 0 3C FC 62 14
Octal 25 1 147 120 143 0 74 374 142 24
Binary 10101 1 1100111 1010000 1100011 0 111100 11111100 1100010 10100

Color Harmonies of #150167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150167

Black with #150167

Text Example


Text Example

White with #150167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150167; }

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

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

background-color css

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

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

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

border-color css

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

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

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