Html Css Color HEX #150B6C Midnight Blue

📋 copy color: '#150B6C'

red 21 ◦ green 11 ◦ blue 108

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

Shades of Midnight Blue #150B6C

Tints of Midnight Blue #150B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 77.14%

R = 15%
G = 7.86%
B = 77.14%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#150B6C (or 0x150B6C) is known color: Midnight Blue. HEX triplet: 15, 0B and 6C. RGB value is (21,11,108). Sum of RGB (Red+Green+Blue) = 21+11+108=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 108 (42.58% from 255 or 77.14% from 140); Max value from RGB is 108 - color contains mainly: blue. Hex color #150B6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B6C is #EAF493. Grayscale: #181818. Windows color (decimal): -15398036 or 7080725. OLE color: 7080725.

HSL color Cylindrical-coordinate representation of color #150B6C: hue angle of 246.19º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150B6C is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 11 108 -
CMYK 0.81 0.90 0 0.58
HSL 246.19º 0.82% 0.23% -
HSV(B) 246.19º 0.9% 0.42% -
XYZ 3.14 1.48 14.31 -
YUV 25.05 174.81 125.11 -
System Red Green Blue C M Y K H S L
Decimal 21 11 108 0.81 0.90 0 0.58 246.19 0.82 0.23
Hex 15 B 6C 51 5A 0 3A F6 52 17
Octal 25 13 154 121 132 0 72 366 122 27
Binary 10101 1011 1101100 1010001 1011010 0 111010 11110110 1010010 10111

Color Harmonies of #150B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B6C

Black with #150B6C

Text Example


Text Example

White with #150B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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