Html Css Color HEX #150168 Midnight Blue

📋 copy color: '#150168'

red 21 ◦ green 1 ◦ blue 104

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

Shades of Midnight Blue #150168

Tints of Midnight Blue #150168

RGB

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

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

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

R = 16.67%
G = 0.79%
B = 82.54%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#150168 (or 0x150168) is known color: Midnight Blue. HEX triplet: 15, 01 and 68. RGB value is (21,1,104). Sum of RGB (Red+Green+Blue) = 21+1+104=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 104 (41.02% from 255 or 82.54% from 126); Max value from RGB is 104 - color contains mainly: blue. Hex color #150168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150168 is #EAFE97. Grayscale: #121212. Windows color (decimal): -15400600 or 6816021. OLE color: 6816021.

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

Color convert

RGB 21 1 104 -
CMYK 0.80 0.99 0 0.59
HSL 251.65º 0.98% 0.21% -
HSV(B) 251.65º 0.99% 0.41% -
XYZ 2.82 1.18 13.18 -
YUV 18.72 176.13 129.62 -
System Red Green Blue C M Y K H S L
Decimal 21 1 104 0.80 0.99 0 0.59 251.65 0.98 0.21
Hex 15 1 68 50 63 0 3B FC 62 15
Octal 25 1 150 120 143 0 73 374 142 25
Binary 10101 1 1101000 1010000 1100011 0 111011 11111100 1100010 10101

Color Harmonies of #150168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150168

Black with #150168

Text Example


Text Example

White with #150168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150168; }

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

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

background-color css

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

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

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

border-color css

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

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

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