Html Css Color HEX #150B6E Midnight Blue

📋 copy color: '#150B6E'

red 21 ◦ green 11 ◦ blue 110

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

Shades of Midnight Blue #150B6E

Tints of Midnight Blue #150B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 77.46%

R = 14.79%
G = 7.75%
B = 77.46%

CMYK

 C value IS 0.81

 M value IS 0.9

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#150B6E (or 0x150B6E) is known color: Midnight Blue. HEX triplet: 15, 0B and 6E. RGB value is (21,11,110). Sum of RGB (Red+Green+Blue) = 21+11+110=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #150B6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B6E is #EAF491. Grayscale: #181818. Windows color (decimal): -15398034 or 7211797. OLE color: 7211797.

HSL color Cylindrical-coordinate representation of color #150B6E: hue angle of 246.06º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150B6E is Cyan = 0.81, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 11 110 -
CMYK 0.81 0.9 0 0.57
HSL 246.06º 0.82% 0.24% -
HSV(B) 246.06º 0.9% 0.43% -
XYZ 3.24 1.52 14.88 -
YUV 25.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 21 11 110 0.81 0.9 0 0.57 246.06 0.82 0.24
Hex 15 B 6E 51 5A 0 39 F6 52 18
Octal 25 13 156 121 132 0 71 366 122 30
Binary 10101 1011 1101110 1010001 1011010 0 111001 11110110 1010010 11000

Color Harmonies of #150B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B6E

Black with #150B6E

Text Example


Text Example

White with #150B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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