Html Css Color HEX #150B68 Midnight Blue

📋 copy color: '#150B68'

red 21 ◦ green 11 ◦ blue 104

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

Shades of Midnight Blue #150B68

Tints of Midnight Blue #150B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.09%

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

R = 15.44%
G = 8.09%
B = 76.47%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#150B68 (or 0x150B68) is known color: Midnight Blue. HEX triplet: 15, 0B and 68. RGB value is (21,11,104). Sum of RGB (Red+Green+Blue) = 21+11+104=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #150B68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B68 is #EAF497. Grayscale: #181818. Windows color (decimal): -15398040 or 6818581. OLE color: 6818581.

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

Color convert

RGB 21 11 104 -
CMYK 0.80 0.89 0 0.59
HSL 246.45º 0.81% 0.23% -
HSV(B) 246.45º 0.89% 0.41% -
XYZ 2.93 1.4 13.21 -
YUV 24.59 172.81 125.44 -
System Red Green Blue C M Y K H S L
Decimal 21 11 104 0.80 0.89 0 0.59 246.45 0.81 0.23
Hex 15 B 68 50 59 0 3B F6 51 17
Octal 25 13 150 120 131 0 73 366 121 27
Binary 10101 1011 1101000 1010000 1011001 0 111011 11110110 1010001 10111

Color Harmonies of #150B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B68

Black with #150B68

Text Example


Text Example

White with #150B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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