Html Css Color HEX #150668 Midnight Blue

📋 copy color: '#150668'

red 21 ◦ green 6 ◦ blue 104

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

Shades of Midnight Blue #150668

Tints of Midnight Blue #150668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.58%

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

R = 16.03%
G = 4.58%
B = 79.39%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#150668 (or 0x150668) is known color: Midnight Blue. HEX triplet: 15, 06 and 68. RGB value is (21,6,104). Sum of RGB (Red+Green+Blue) = 21+6+104=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #150668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150668 is #EAF997. Grayscale: #151515. Windows color (decimal): -15399320 or 6817301. OLE color: 6817301.

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

Color convert

RGB 21 6 104 -
CMYK 0.80 0.94 0 0.59
HSL 249.18º 0.89% 0.22% -
HSV(B) 249.18º 0.94% 0.41% -
XYZ 2.87 1.29 13.19 -
YUV 21.66 174.47 127.53 -
System Red Green Blue C M Y K H S L
Decimal 21 6 104 0.80 0.94 0 0.59 249.18 0.89 0.22
Hex 15 6 68 50 5E 0 3B F9 59 16
Octal 25 6 150 120 136 0 73 371 131 26
Binary 10101 110 1101000 1010000 1011110 0 111011 11111001 1011001 10110

Color Harmonies of #150668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150668

Black with #150668

Text Example


Text Example

White with #150668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150668; }

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

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

background-color css

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

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

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

border-color css

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

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

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